Html Css Color HEX #6C85BA Wild Blue Yonder

📋 copy color: '#6C85BA'

red 108 ◦ green 133 ◦ blue 186

#6C85BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Blue Yonder #6C85BA

Tints of Wild Blue Yonder #6C85BA

RGB

 RED value IS 108 (42.58% from 255) = 25.29%

 GREEN value IS 133 (52.34% from 255) = 31.15%

 BLUE value IS 186 (73.05% from 255) = 43.56%

R = 25.29%
G = 31.15%
B = 43.56%

CMYK

 C value IS 0.42

 M value IS 0.28

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6C85BA (or 0x6C85BA) is known color: Wild Blue Yonder. HEX triplet: 6C, 85 and BA. RGB value is (108,133,186). Sum of RGB (Red+Green+Blue) = 108+133+186=427 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.29% from 427); Green value is 133 (52.34% from 255 or 31.15% from 427); Blue value is 186 (73.05% from 255 or 43.56% from 427); Max value from RGB is 186 - color contains mainly: blue. Hex color #6C85BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C85BA is #937A45. Grayscale: #838383. Windows color (decimal): -9665094 or 12223852. OLE color: 12223852.

HSL color Cylindrical-coordinate representation of color #6C85BA: hue angle of 220.77º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6C85BA is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 108 133 186 -
CMYK 0.42 0.28 0 0.27
HSL 220.77º 0.36% 0.58% -
HSV(B) 220.77º 0.42% 0.73% -
XYZ 23.43 23.51 49.76 -
YUV 131.57 158.72 111.19 -
System Red Green Blue C M Y K H S L
Decimal 108 133 186 0.42 0.28 0 0.27 220.77 0.36 0.58
Hex 6C 85 BA 2A 1C 0 1B DD 24 3A
Octal 154 205 272 52 34 0 33 335 44 72
Binary 1101100 10000101 10111010 101010 11100 0 11011 11011101 100100 111010

Color Harmonies of #6C85BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C85BA

Black with #6C85BA

Text Example


Text Example

White with #6C85BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,133,186); }

 H1.HeaderClassName
 {
   color: #6C85BA;
 }
 .AnyTagClassName
 {
   color: #6C85BA;
 }
</style>

background-color css

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

 a { background-color: rgb(108,133,186); }

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

border-color css

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

 span { border-color: rgb(108,133,186); }

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