Html Css Color HEX #6D8ABD Wild Blue Yonder

📋 copy color: '#6D8ABD'

red 109 ◦ green 138 ◦ blue 189

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

Shades of Wild Blue Yonder #6D8ABD

Tints of Wild Blue Yonder #6D8ABD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.65%

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

R = 25%
G = 31.65%
B = 43.35%

CMYK

 C value IS 0.42

 M value IS 0.27

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6D8ABD (or 0x6D8ABD) is known color: Wild Blue Yonder. HEX triplet: 6D, 8A and BD. RGB value is (109,138,189). Sum of RGB (Red+Green+Blue) = 109+138+189=436 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25% from 436); Green value is 138 (54.30% from 255 or 31.65% from 436); Blue value is 189 (74.22% from 255 or 43.35% from 436); Max value from RGB is 189 - color contains mainly: blue. Hex color #6D8ABD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D8ABD is #927542. Grayscale: #868686. Windows color (decimal): -9598275 or 12421741. OLE color: 12421741.

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

Color convert

RGB 109 138 189 -
CMYK 0.42 0.27 0 0.26
HSL 218.25º 0.38% 0.58% -
HSV(B) 218.25º 0.42% 0.74% -
XYZ 24.58 25.1 51.69 -
YUV 135.14 158.39 109.35 -
System Red Green Blue C M Y K H S L
Decimal 109 138 189 0.42 0.27 0 0.26 218.25 0.38 0.58
Hex 6D 8A BD 2A 1B 0 1A DA 26 3A
Octal 155 212 275 52 33 0 32 332 46 72
Binary 1101101 10001010 10111101 101010 11011 0 11010 11011010 100110 111010

Color Harmonies of #6D8ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D8ABD

Black with #6D8ABD

Text Example


Text Example

White with #6D8ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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