Html Css Color HEX #6D7DBF Wild Blue Yonder

📋 copy color: '#6D7DBF'

red 109 ◦ green 125 ◦ blue 191

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

Shades of Wild Blue Yonder #6D7DBF

Tints of Wild Blue Yonder #6D7DBF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.41%

 BLUE value IS 191 (75% from 255) = 44.94%

R = 25.65%
G = 29.41%
B = 44.94%

CMYK

 C value IS 0.43

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6D7DBF (or 0x6D7DBF) is known color: Wild Blue Yonder. HEX triplet: 6D, 7D and BF. RGB value is (109,125,191). Sum of RGB (Red+Green+Blue) = 109+125+191=425 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.65% from 425); Green value is 125 (49.22% from 255 or 29.41% from 425); Blue value is 191 (75% from 255 or 44.94% from 425); Max value from RGB is 191 - color contains mainly: blue. Hex color #6D7DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D7DBF is #928240. Grayscale: #7F7F7F. Windows color (decimal): -9601601 or 12549485. OLE color: 12549485.

HSL color Cylindrical-coordinate representation of color #6D7DBF: hue angle of 228.29º degrees, saturation: 0.39, 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 #6D7DBF is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 109 125 191 -
CMYK 0.43 0.35 0 0.25
HSL 228.29º 0.39% 0.59% -
HSV(B) 228.29º 0.43% 0.75% -
XYZ 23.04 21.68 52.26 -
YUV 127.74 163.7 114.63 -
System Red Green Blue C M Y K H S L
Decimal 109 125 191 0.43 0.35 0 0.25 228.29 0.39 0.59
Hex 6D 7D BF 2B 23 0 19 E4 27 3B
Octal 155 175 277 53 43 0 31 344 47 73
Binary 1101101 1111101 10111111 101011 100011 0 11001 11100100 100111 111011

Color Harmonies of #6D7DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D7DBF

Black with #6D7DBF

Text Example


Text Example

White with #6D7DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,125,191); }

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

background-color css

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

 a { background-color: rgb(109,125,191); }

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

border-color css

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

 span { border-color: rgb(109,125,191); }

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