Html Css Color HEX #6C80CC Wild Blue Yonder

📋 copy color: '#6C80CC'

red 108 ◦ green 128 ◦ blue 204

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

Shades of Wild Blue Yonder #6C80CC

Tints of Wild Blue Yonder #6C80CC

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.09%

 BLUE value IS 204 (80.08% from 255) = 46.36%

R = 24.55%
G = 29.09%
B = 46.36%

CMYK

 C value IS 0.47

 M value IS 0.37

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6C80CC (or 0x6C80CC) is known color: Wild Blue Yonder. HEX triplet: 6C, 80 and CC. RGB value is (108,128,204). Sum of RGB (Red+Green+Blue) = 108+128+204=440 (58% of max value = 765). Red value is 108 (42.58% from 255 or 24.55% from 440); Green value is 128 (50.39% from 255 or 29.09% from 440); Blue value is 204 (80.08% from 255 or 46.36% from 440); Max value from RGB is 204 - color contains mainly: blue. Hex color #6C80CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C80CC is #937F33. Grayscale: #828282. Windows color (decimal): -9666356 or 13402220. OLE color: 13402220.

HSL color Cylindrical-coordinate representation of color #6C80CC: hue angle of 227.5º 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 #6C80CC is Cyan = 0.47, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 108 128 204 -
CMYK 0.47 0.37 0 0.2
HSL 227.5º 0.48% 0.61% -
HSV(B) 227.5º 0.47% 0.8% -
XYZ 24.8 22.99 60.26 -
YUV 130.68 169.37 111.82 -
System Red Green Blue C M Y K H S L
Decimal 108 128 204 0.47 0.37 0 0.2 227.5 0.48 0.61
Hex 6C 80 CC 2F 25 0 14 E4 30 3D
Octal 154 200 314 57 45 0 24 344 60 75
Binary 1101100 10000000 11001100 101111 100101 0 10100 11100100 110000 111101

Color Harmonies of #6C80CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C80CC

Black with #6C80CC

Text Example


Text Example

White with #6C80CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,128,204); }

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

background-color css

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

 a { background-color: rgb(108,128,204); }

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

border-color css

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

 span { border-color: rgb(108,128,204); }

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