Html Css Color HEX #6D8CBD Wild Blue Yonder

📋 copy color: '#6D8CBD'

red 109 ◦ green 140 ◦ blue 189

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

Shades of Wild Blue Yonder #6D8CBD

Tints of Wild Blue Yonder #6D8CBD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.96%

 BLUE value IS 189 (74.22% from 255) = 43.15%

R = 24.89%
G = 31.96%
B = 43.15%

CMYK

 C value IS 0.42

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6D8CBD (or 0x6D8CBD) is known color: Wild Blue Yonder. HEX triplet: 6D, 8C and BD. RGB value is (109,140,189). Sum of RGB (Red+Green+Blue) = 109+140+189=438 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.89% from 438); Green value is 140 (55.08% from 255 or 31.96% from 438); Blue value is 189 (74.22% from 255 or 43.15% from 438); Max value from RGB is 189 - color contains mainly: blue. Hex color #6D8CBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D8CBD is #927342. Grayscale: #888888. Windows color (decimal): -9597763 or 12422253. OLE color: 12422253.

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

Color convert

RGB 109 140 189 -
CMYK 0.42 0.26 0 0.26
HSL 216.75º 0.38% 0.58% -
HSV(B) 216.75º 0.42% 0.74% -
XYZ 24.87 25.68 51.79 -
YUV 136.32 157.73 108.52 -
System Red Green Blue C M Y K H S L
Decimal 109 140 189 0.42 0.26 0 0.26 216.75 0.38 0.58
Hex 6D 8C BD 2A 1A 0 1A D9 26 3A
Octal 155 214 275 52 32 0 32 331 46 72
Binary 1101101 10001100 10111101 101010 11010 0 11010 11011001 100110 111010

Color Harmonies of #6D8CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D8CBD

Black with #6D8CBD

Text Example


Text Example

White with #6D8CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,140,189); }

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

background-color css

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

 a { background-color: rgb(109,140,189); }

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

border-color css

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

 span { border-color: rgb(109,140,189); }

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