Html Css Color HEX #6D8BCC Wild Blue Yonder

📋 copy color: '#6D8BCC'

red 109 ◦ green 139 ◦ blue 204

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

Shades of Wild Blue Yonder #6D8BCC

Tints of Wild Blue Yonder #6D8BCC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.75%

 BLUE value IS 204 (80.08% from 255) = 45.13%

R = 24.12%
G = 30.75%
B = 45.13%

CMYK

 C value IS 0.47

 M value IS 0.32

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6D8BCC (or 0x6D8BCC) is known color: Wild Blue Yonder. HEX triplet: 6D, 8B and CC. RGB value is (109,139,204). Sum of RGB (Red+Green+Blue) = 109+139+204=452 (59% of max value = 765). Red value is 109 (42.97% from 255 or 24.12% from 452); Green value is 139 (54.69% from 255 or 30.75% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 204 - color contains mainly: blue. Hex color #6D8BCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D8BCC is #927433. Grayscale: #898989. Windows color (decimal): -9598004 or 13405037. OLE color: 13405037.

HSL color Cylindrical-coordinate representation of color #6D8BCC: hue angle of 221.05º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6D8BCC is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 109 139 204 -
CMYK 0.47 0.32 0 0.2
HSL 221.05º 0.48% 0.61% -
HSV(B) 221.05º 0.47% 0.8% -
XYZ 26.44 26.08 60.77 -
YUV 137.44 165.56 107.71 -
System Red Green Blue C M Y K H S L
Decimal 109 139 204 0.47 0.32 0 0.2 221.05 0.48 0.61
Hex 6D 8B CC 2F 20 0 14 DD 30 3D
Octal 155 213 314 57 40 0 24 335 60 75
Binary 1101101 10001011 11001100 101111 100000 0 10100 11011101 110000 111101

Color Harmonies of #6D8BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D8BCC

Black with #6D8BCC

Text Example


Text Example

White with #6D8BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,139,204); }

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

background-color css

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

 a { background-color: rgb(109,139,204); }

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

border-color css

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

 span { border-color: rgb(109,139,204); }

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