Html Css Color HEX #6C8AC0 Wild Blue Yonder

📋 copy color: '#6C8AC0'

red 108 ◦ green 138 ◦ blue 192

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

Shades of Wild Blue Yonder #6C8AC0

Tints of Wild Blue Yonder #6C8AC0

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.51%

 BLUE value IS 192 (75.39% from 255) = 43.84%

R = 24.66%
G = 31.51%
B = 43.84%

CMYK

 C value IS 0.44

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6C8AC0 (or 0x6C8AC0) is known color: Wild Blue Yonder. HEX triplet: 6C, 8A and C0. RGB value is (108,138,192). Sum of RGB (Red+Green+Blue) = 108+138+192=438 (58% of max value = 765). Red value is 108 (42.58% from 255 or 24.66% from 438); Green value is 138 (54.30% from 255 or 31.51% from 438); Blue value is 192 (75.39% from 255 or 43.84% from 438); Max value from RGB is 192 - color contains mainly: blue. Hex color #6C8AC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C8AC0 is #93753F. Grayscale: #868686. Windows color (decimal): -9663808 or 12618348. OLE color: 12618348.

HSL color Cylindrical-coordinate representation of color #6C8AC0: hue angle of 218.57º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6C8AC0 is Cyan = 0.44, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 108 138 192 -
CMYK 0.44 0.28 0 0.25
HSL 218.57º 0.4% 0.59% -
HSV(B) 218.57º 0.44% 0.75% -
XYZ 24.79 25.17 53.42 -
YUV 135.19 160.06 108.61 -
System Red Green Blue C M Y K H S L
Decimal 108 138 192 0.44 0.28 0 0.25 218.57 0.4 0.59
Hex 6C 8A C0 2C 1C 0 19 DB 28 3B
Octal 154 212 300 54 34 0 31 333 50 73
Binary 1101100 10001010 11000000 101100 11100 0 11001 11011011 101000 111011

Color Harmonies of #6C8AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C8AC0

Black with #6C8AC0

Text Example


Text Example

White with #6C8AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,138,192); }

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

background-color css

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

 a { background-color: rgb(108,138,192); }

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

border-color css

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

 span { border-color: rgb(108,138,192); }

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