Html Css Color HEX #6D85BC Wild Blue Yonder

📋 copy color: '#6D85BC'

red 109 ◦ green 133 ◦ blue 188

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

Shades of Wild Blue Yonder #6D85BC

Tints of Wild Blue Yonder #6D85BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.72%

R = 25.35%
G = 30.93%
B = 43.72%

CMYK

 C value IS 0.42

 M value IS 0.29

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6D85BC (or 0x6D85BC) is known color: Wild Blue Yonder. HEX triplet: 6D, 85 and BC. RGB value is (109,133,188). Sum of RGB (Red+Green+Blue) = 109+133+188=430 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.35% from 430); Green value is 133 (52.34% from 255 or 30.93% from 430); Blue value is 188 (73.83% from 255 or 43.72% from 430); Max value from RGB is 188 - color contains mainly: blue. Hex color #6D85BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D85BC is #927A43. Grayscale: #838383. Windows color (decimal): -9599556 or 12354925. OLE color: 12354925.

HSL color Cylindrical-coordinate representation of color #6D85BC: hue angle of 221.77º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6D85BC is Cyan = 0.42, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 109 133 188 -
CMYK 0.42 0.29 0 0.26
HSL 221.77º 0.37% 0.58% -
HSV(B) 221.77º 0.42% 0.74% -
XYZ 23.77 23.66 50.89 -
YUV 132.09 159.55 111.53 -
System Red Green Blue C M Y K H S L
Decimal 109 133 188 0.42 0.29 0 0.26 221.77 0.37 0.58
Hex 6D 85 BC 2A 1D 0 1A DE 25 3A
Octal 155 205 274 52 35 0 32 336 45 72
Binary 1101101 10000101 10111100 101010 11101 0 11010 11011110 100101 111010

Color Harmonies of #6D85BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D85BC

Black with #6D85BC

Text Example


Text Example

White with #6D85BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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