Html Css Color HEX #6D85CE Wild Blue Yonder

📋 copy color: '#6D85CE'

red 109 ◦ green 133 ◦ blue 206

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

Shades of Wild Blue Yonder #6D85CE

Tints of Wild Blue Yonder #6D85CE

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.69%

 BLUE value IS 206 (80.86% from 255) = 45.98%

R = 24.33%
G = 29.69%
B = 45.98%

CMYK

 C value IS 0.47

 M value IS 0.35

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6D85CE (or 0x6D85CE) is known color: Wild Blue Yonder. HEX triplet: 6D, 85 and CE. RGB value is (109,133,206). Sum of RGB (Red+Green+Blue) = 109+133+206=448 (59% of max value = 765). Red value is 109 (42.97% from 255 or 24.33% from 448); Green value is 133 (52.34% from 255 or 29.69% from 448); Blue value is 206 (80.86% from 255 or 45.98% from 448); Max value from RGB is 206 - color contains mainly: blue. Hex color #6D85CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D85CE is #927A31. Grayscale: #858585. Windows color (decimal): -9599538 or 13534573. OLE color: 13534573.

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

Color convert

RGB 109 133 206 -
CMYK 0.47 0.35 0 0.19
HSL 225.15º 0.5% 0.62% -
HSV(B) 225.15º 0.47% 0.81% -
XYZ 25.83 24.48 61.76 -
YUV 134.15 168.55 110.06 -
System Red Green Blue C M Y K H S L
Decimal 109 133 206 0.47 0.35 0 0.19 225.15 0.5 0.62
Hex 6D 85 CE 2F 23 0 13 E1 32 3E
Octal 155 205 316 57 43 0 23 341 62 76
Binary 1101101 10000101 11001110 101111 100011 0 10011 11100001 110010 111110

Color Harmonies of #6D85CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D85CE

Black with #6D85CE

Text Example


Text Example

White with #6D85CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,133,206); }

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

background-color css

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

 a { background-color: rgb(109,133,206); }

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

border-color css

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

 span { border-color: rgb(109,133,206); }

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