Html Css Color HEX #6C86CB Wild Blue Yonder

📋 copy color: '#6C86CB'

red 108 ◦ green 134 ◦ blue 203

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

Shades of Wild Blue Yonder #6C86CB

Tints of Wild Blue Yonder #6C86CB

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.11%

 BLUE value IS 203 (79.69% from 255) = 45.62%

R = 24.27%
G = 30.11%
B = 45.62%

CMYK

 C value IS 0.47

 M value IS 0.34

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6C86CB (or 0x6C86CB) is known color: Wild Blue Yonder. HEX triplet: 6C, 86 and CB. RGB value is (108,134,203). Sum of RGB (Red+Green+Blue) = 108+134+203=445 (58% of max value = 765). Red value is 108 (42.58% from 255 or 24.27% from 445); Green value is 134 (52.73% from 255 or 30.11% from 445); Blue value is 203 (79.69% from 255 or 45.62% from 445); Max value from RGB is 203 - color contains mainly: blue. Hex color #6C86CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C86CB is #937934. Grayscale: #858585. Windows color (decimal): -9664821 or 13338220. OLE color: 13338220.

HSL color Cylindrical-coordinate representation of color #6C86CB: hue angle of 223.58º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6C86CB is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 108 134 203 -
CMYK 0.47 0.34 0 0.20
HSL 223.58º 0.48% 0.61% -
HSV(B) 223.58º 0.47% 0.8% -
XYZ 25.49 24.55 59.9 -
YUV 134.09 166.89 109.39 -
System Red Green Blue C M Y K H S L
Decimal 108 134 203 0.47 0.34 0 0.20 223.58 0.48 0.61
Hex 6C 86 CB 2F 22 0 14 E0 30 3D
Octal 154 206 313 57 42 0 24 340 60 75
Binary 1101100 10000110 11001011 101111 100010 0 10100 11100000 110000 111101

Color Harmonies of #6C86CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C86CB

Black with #6C86CB

Text Example


Text Example

White with #6C86CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,134,203); }

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

background-color css

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

 a { background-color: rgb(108,134,203); }

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

border-color css

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

 span { border-color: rgb(108,134,203); }

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