Html Css Color HEX #6C80CF Wild Blue Yonder

📋 copy color: '#6C80CF'

red 108 ◦ green 128 ◦ blue 207

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

Shades of Wild Blue Yonder #6C80CF

Tints of Wild Blue Yonder #6C80CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.73%

R = 24.38%
G = 28.89%
B = 46.73%

CMYK

 C value IS 0.48

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6C80CF (or 0x6C80CF) is known color: Wild Blue Yonder. HEX triplet: 6C, 80 and CF. RGB value is (108,128,207). Sum of RGB (Red+Green+Blue) = 108+128+207=443 (58% of max value = 765). Red value is 108 (42.58% from 255 or 24.38% from 443); Green value is 128 (50.39% from 255 or 28.89% from 443); Blue value is 207 (81.25% from 255 or 46.73% from 443); Max value from RGB is 207 - color contains mainly: blue. Hex color #6C80CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C80CF is #937F30. Grayscale: #828282. Windows color (decimal): -9666353 or 13598828. OLE color: 13598828.

HSL color Cylindrical-coordinate representation of color #6C80CF: hue angle of 227.88º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6C80CF is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 108 128 207 -
CMYK 0.48 0.38 0 0.19
HSL 227.88º 0.51% 0.62% -
HSV(B) 227.88º 0.48% 0.81% -
XYZ 25.17 23.13 62.17 -
YUV 131.03 170.87 111.58 -
System Red Green Blue C M Y K H S L
Decimal 108 128 207 0.48 0.38 0 0.19 227.88 0.51 0.62
Hex 6C 80 CF 30 26 0 13 E4 33 3E
Octal 154 200 317 60 46 0 23 344 63 76
Binary 1101100 10000000 11001111 110000 100110 0 10011 11100100 110011 111110

Color Harmonies of #6C80CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C80CF

Black with #6C80CF

Text Example


Text Example

White with #6C80CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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