#6D84CF

Color #6D84CF Wild Blue Yonder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Blue Yonder #6D84CF

Tints of Wild Blue Yonder #6D84CF

Color information

#6D84CF (or 0x6D84CF) is unknown color: approx Wild Blue Yonder. HEX triplet: 6D, 84 and CF. RGB value is (109,132,207). Sum of RGB (Red+Green+Blue) = 109+132+207=448 (59% of max value = 765). Red value is 109 (42.97% from 255 or 24.33% from 448); Green value is 132 (51.95% from 255 or 29.46% from 448); Blue value is 207 (81.25% from 255 or 46.21% from 448); Max value from RGB is 207 - color contains mainly: blue. Hex color #6D84CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D84CF is #927B30. Grayscale: #858585. Windows color (decimal): -9599793 or 13599853. OLE color: 13599853.

HSL color Cylindrical-coordinate representation of color #6D84CF: hue angle of 225.92º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6D84CF is Cyan = 0.47, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB109132207-
CMYK0.470.3600.19
HSL225.92º50.52%61.96%-
HSV(B)225.92º47.34%81.18%-
XYZ25.8224.2662.35-
YUV133.67169.38110.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 109 (42.97% from 255) = 24.33%
GREEN value IS 132 (51.95% from 255) = 29.46%
BLUE value IS 207 (81.25% from 255) = 46.21%
R=24.33%
G=29.46%
B=46.21%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1091322070.470.3600.19225.9250.5261.96
Hex6D84CF2F24013e2333e
Octal15520431757440233426376
Binary1101101100001001100111110111110010001001111100010110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D84CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D84CF; }

 p { color: rgb(109,132,207); }

 H1.HeaderClassName
 {
   color: #6D84CF;
 }
 .AnyTagClassName
 {
   color: #6D84CF;
 }
</style>
background-color css

<style>
 a { background-color: #6D84CF; }

 a { background-color: rgb(109,132,207); }

 div.DivClassName
 {
   background-color: #6D84CF;
 }
 .BgClassName
 {
   background-color: #6D84CF;
 }
</style>
border-color css

<style>
 span { border-color: #6D84CF; }

 span { border-color: rgb(109,132,207); }

 td.TdClassName
 {
   border-color: #6D84CF;
 }
 .TagClassName
 {
   border-color: #6D84CF;
 }
</style>