Html Css Color HEX #6C80CD Wild Blue Yonder

📋 copy color: '#6C80CD'

red 108 ◦ green 128 ◦ blue 205

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

Shades of Wild Blue Yonder #6C80CD

Tints of Wild Blue Yonder #6C80CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.49%

R = 24.49%
G = 29.02%
B = 46.49%

CMYK

 C value IS 0.47

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6C80CD (or 0x6C80CD) is known color: Wild Blue Yonder. HEX triplet: 6C, 80 and CD. RGB value is (108,128,205). Sum of RGB (Red+Green+Blue) = 108+128+205=441 (58% of max value = 765). Red value is 108 (42.58% from 255 or 24.49% from 441); Green value is 128 (50.39% from 255 or 29.02% from 441); Blue value is 205 (80.47% from 255 or 46.49% from 441); Max value from RGB is 205 - color contains mainly: blue. Hex color #6C80CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C80CD is #937F32. Grayscale: #828282. Windows color (decimal): -9666355 or 13467756. OLE color: 13467756.

HSL color Cylindrical-coordinate representation of color #6C80CD: hue angle of 227.63º degrees, saturation: 0.49, 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 #6C80CD is Cyan = 0.47, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 108 128 205 -
CMYK 0.47 0.38 0 0.20
HSL 227.63º 0.49% 0.61% -
HSV(B) 227.63º 0.47% 0.8% -
XYZ 24.92 23.03 60.89 -
YUV 130.8 169.87 111.74 -
System Red Green Blue C M Y K H S L
Decimal 108 128 205 0.47 0.38 0 0.20 227.63 0.49 0.61
Hex 6C 80 CD 2F 26 0 14 E4 31 3D
Octal 154 200 315 57 46 0 24 344 61 75
Binary 1101100 10000000 11001101 101111 100110 0 10100 11100100 110001 111101

Color Harmonies of #6C80CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C80CD

Black with #6C80CD

Text Example


Text Example

White with #6C80CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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