Html Css Color HEX #6D8AC0 Wild Blue Yonder

📋 copy color: '#6D8AC0'

red 109 ◦ green 138 ◦ blue 192

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

Shades of Wild Blue Yonder #6D8AC0

Tints of Wild Blue Yonder #6D8AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 43.74%

R = 24.83%
G = 31.44%
B = 43.74%

CMYK

 C value IS 0.43

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6D8AC0 (or 0x6D8AC0) is known color: Wild Blue Yonder. HEX triplet: 6D, 8A and C0. RGB value is (109,138,192). Sum of RGB (Red+Green+Blue) = 109+138+192=439 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.83% from 439); Green value is 138 (54.30% from 255 or 31.44% from 439); Blue value is 192 (75.39% from 255 or 43.74% from 439); Max value from RGB is 192 - color contains mainly: blue. Hex color #6D8AC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D8AC0 is #92753F. Grayscale: #878787. Windows color (decimal): -9598272 or 12618349. OLE color: 12618349.

HSL color Cylindrical-coordinate representation of color #6D8AC0: hue angle of 219.04º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6D8AC0 is Cyan = 0.43, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 109 138 192 -
CMYK 0.43 0.28 0 0.25
HSL 219.04º 0.4% 0.59% -
HSV(B) 219.04º 0.43% 0.75% -
XYZ 24.91 25.23 53.43 -
YUV 135.49 159.89 109.11 -
System Red Green Blue C M Y K H S L
Decimal 109 138 192 0.43 0.28 0 0.25 219.04 0.4 0.59
Hex 6D 8A C0 2B 1C 0 19 DB 28 3B
Octal 155 212 300 53 34 0 31 333 50 73
Binary 1101101 10001010 11000000 101011 11100 0 11001 11011011 101000 111011

Color Harmonies of #6D8AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D8AC0

Black with #6D8AC0

Text Example


Text Example

White with #6D8AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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