Html Css Color HEX #6D7FB4 Wild Blue Yonder

📋 copy color: '#6D7FB4'

red 109 ◦ green 127 ◦ blue 180

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

Shades of Wild Blue Yonder #6D7FB4

Tints of Wild Blue Yonder #6D7FB4

RGB

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

 GREEN value IS 127 (50% from 255) = 30.53%

 BLUE value IS 180 (70.7% from 255) = 43.27%

R = 26.2%
G = 30.53%
B = 43.27%

CMYK

 C value IS 0.39

 M value IS 0.29

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6D7FB4 (or 0x6D7FB4) is known color: Wild Blue Yonder. HEX triplet: 6D, 7F and B4. RGB value is (109,127,180). Sum of RGB (Red+Green+Blue) = 109+127+180=416 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.20% from 416); Green value is 127 (50% from 255 or 30.53% from 416); Blue value is 180 (70.70% from 255 or 43.27% from 416); Max value from RGB is 180 - color contains mainly: blue. Hex color #6D7FB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D7FB4 is #92804B. Grayscale: #7F7F7F. Windows color (decimal): -9601100 or 11829101. OLE color: 11829101.

HSL color Cylindrical-coordinate representation of color #6D7FB4: hue angle of 224.79º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6D7FB4 is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 109 127 180 -
CMYK 0.39 0.29 0 0.29
HSL 224.79º 0.32% 0.57% -
HSV(B) 224.79º 0.39% 0.71% -
XYZ 22.13 21.73 46.21 -
YUV 127.66 157.54 114.69 -
System Red Green Blue C M Y K H S L
Decimal 109 127 180 0.39 0.29 0 0.29 224.79 0.32 0.57
Hex 6D 7F B4 27 1D 0 1D E1 20 39
Octal 155 177 264 47 35 0 35 341 40 71
Binary 1101101 1111111 10110100 100111 11101 0 11101 11100001 100000 111001

Color Harmonies of #6D7FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D7FB4

Black with #6D7FB4

Text Example


Text Example

White with #6D7FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,127,180); }

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

background-color css

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

 a { background-color: rgb(109,127,180); }

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

border-color css

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

 span { border-color: rgb(109,127,180); }

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