Html Css Color HEX #6D80CD Wild Blue Yonder

📋 copy color: '#6D80CD'

red 109 ◦ green 128 ◦ blue 205

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

Shades of Wild Blue Yonder #6D80CD

Tints of Wild Blue Yonder #6D80CD

RGB

 RED value IS 109 (42.97% from 255) = 24.66%

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

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

R = 24.66%
G = 28.96%
B = 46.38%

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

#6D80CD (or 0x6D80CD) is known color: Wild Blue Yonder. HEX triplet: 6D, 80 and CD. RGB value is (109,128,205). Sum of RGB (Red+Green+Blue) = 109+128+205=442 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.66% from 442); Green value is 128 (50.39% from 255 or 28.96% from 442); Blue value is 205 (80.47% from 255 or 46.38% from 442); Max value from RGB is 205 - color contains mainly: blue. Hex color #6D80CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D80CD is #927F32. Grayscale: #828282. Windows color (decimal): -9600819 or 13467757. OLE color: 13467757.

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

Color convert

RGB 109 128 205 -
CMYK 0.47 0.38 0 0.20
HSL 228.13º 0.49% 0.62% -
HSV(B) 228.13º 0.47% 0.8% -
XYZ 25.05 23.1 60.9 -
YUV 131.1 169.71 112.24 -
System Red Green Blue C M Y K H S L
Decimal 109 128 205 0.47 0.38 0 0.20 228.13 0.49 0.62
Hex 6D 80 CD 2F 26 0 14 E4 31 3E
Octal 155 200 315 57 46 0 24 344 61 76
Binary 1101101 10000000 11001101 101111 100110 0 10100 11100100 110001 111110

Color Harmonies of #6D80CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D80CD

Black with #6D80CD

Text Example


Text Example

White with #6D80CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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