Html Css Color HEX #6D86CD Wild Blue Yonder

📋 copy color: '#6D86CD'

red 109 ◦ green 134 ◦ blue 205

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

Shades of Wild Blue Yonder #6D86CD

Tints of Wild Blue Yonder #6D86CD

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.91%

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

R = 24.33%
G = 29.91%
B = 45.76%

CMYK

 C value IS 0.47

 M value IS 0.35

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6D86CD (or 0x6D86CD) is known color: Wild Blue Yonder. HEX triplet: 6D, 86 and CD. RGB value is (109,134,205). Sum of RGB (Red+Green+Blue) = 109+134+205=448 (59% of max value = 765). Red value is 109 (42.97% from 255 or 24.33% from 448); Green value is 134 (52.73% from 255 or 29.91% from 448); Blue value is 205 (80.47% from 255 or 45.76% from 448); Max value from RGB is 205 - color contains mainly: blue. Hex color #6D86CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D86CD is #927932. Grayscale: #868686. Windows color (decimal): -9599283 or 13469293. OLE color: 13469293.

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

Color convert

RGB 109 134 205 -
CMYK 0.47 0.35 0 0.20
HSL 224.38º 0.49% 0.62% -
HSV(B) 224.38º 0.47% 0.8% -
XYZ 25.85 24.71 61.16 -
YUV 134.62 167.72 109.73 -
System Red Green Blue C M Y K H S L
Decimal 109 134 205 0.47 0.35 0 0.20 224.38 0.49 0.62
Hex 6D 86 CD 2F 23 0 14 E0 31 3E
Octal 155 206 315 57 43 0 24 340 61 76
Binary 1101101 10000110 11001101 101111 100011 0 10100 11100000 110001 111110

Color Harmonies of #6D86CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D86CD

Black with #6D86CD

Text Example


Text Example

White with #6D86CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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