Html Css Color HEX #6F7DB6 Wild Blue Yonder

📋 copy color: '#6F7DB6'

red 111 ◦ green 125 ◦ blue 182

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

Shades of Wild Blue Yonder #6F7DB6

Tints of Wild Blue Yonder #6F7DB6

RGB

 RED value IS 111 (43.75% from 255) = 26.56%

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

 BLUE value IS 182 (71.48% from 255) = 43.54%

R = 26.56%
G = 29.9%
B = 43.54%

CMYK

 C value IS 0.39

 M value IS 0.31

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6F7DB6 (or 0x6F7DB6) is known color: Wild Blue Yonder. HEX triplet: 6F, 7D and B6. RGB value is (111,125,182). Sum of RGB (Red+Green+Blue) = 111+125+182=418 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.56% from 418); Green value is 125 (49.22% from 255 or 29.90% from 418); Blue value is 182 (71.48% from 255 or 43.54% from 418); Max value from RGB is 182 - color contains mainly: blue. Hex color #6F7DB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F7DB6 is #908249. Grayscale: #7F7F7F. Windows color (decimal): -9470538 or 11959663. OLE color: 11959663.

HSL color Cylindrical-coordinate representation of color #6F7DB6: hue angle of 228.17º degrees, saturation: 0.33, 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 #6F7DB6 is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 111 125 182 -
CMYK 0.39 0.31 0 0.29
HSL 228.17º 0.33% 0.57% -
HSV(B) 228.17º 0.39% 0.71% -
XYZ 22.33 21.42 47.21 -
YUV 127.31 158.86 116.37 -
System Red Green Blue C M Y K H S L
Decimal 111 125 182 0.39 0.31 0 0.29 228.17 0.33 0.57
Hex 6F 7D B6 27 1F 0 1D E4 21 39
Octal 157 175 266 47 37 0 35 344 41 71
Binary 1101111 1111101 10110110 100111 11111 0 11101 11100100 100001 111001

Color Harmonies of #6F7DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7DB6

Black with #6F7DB6

Text Example


Text Example

White with #6F7DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,125,182); }

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

background-color css

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

 a { background-color: rgb(111,125,182); }

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

border-color css

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

 span { border-color: rgb(111,125,182); }

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