Html Css Color HEX #6C85BC Wild Blue Yonder

📋 copy color: '#6C85BC'

red 108 ◦ green 133 ◦ blue 188

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

Shades of Wild Blue Yonder #6C85BC

Tints of Wild Blue Yonder #6C85BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.82%

R = 25.17%
G = 31%
B = 43.82%

CMYK

 C value IS 0.43

 M value IS 0.29

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6C85BC (or 0x6C85BC) is known color: Wild Blue Yonder. HEX triplet: 6C, 85 and BC. RGB value is (108,133,188). Sum of RGB (Red+Green+Blue) = 108+133+188=429 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.17% from 429); Green value is 133 (52.34% from 255 or 31.00% from 429); Blue value is 188 (73.83% from 255 or 43.82% from 429); Max value from RGB is 188 - color contains mainly: blue. Hex color #6C85BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C85BC is #937A43. Grayscale: #838383. Windows color (decimal): -9665092 or 12354924. OLE color: 12354924.

HSL color Cylindrical-coordinate representation of color #6C85BC: hue angle of 221.25º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6C85BC is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 108 133 188 -
CMYK 0.43 0.29 0 0.26
HSL 221.25º 0.37% 0.58% -
HSV(B) 221.25º 0.43% 0.74% -
XYZ 23.65 23.59 50.88 -
YUV 131.8 159.72 111.03 -
System Red Green Blue C M Y K H S L
Decimal 108 133 188 0.43 0.29 0 0.26 221.25 0.37 0.58
Hex 6C 85 BC 2B 1D 0 1A DD 25 3A
Octal 154 205 274 53 35 0 32 335 45 72
Binary 1101100 10000101 10111100 101011 11101 0 11010 11011101 100101 111010

Color Harmonies of #6C85BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C85BC

Black with #6C85BC

Text Example


Text Example

White with #6C85BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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