Html Css Color HEX #6F7DB3 Wild Blue Yonder

📋 copy color: '#6F7DB3'

red 111 ◦ green 125 ◦ blue 179

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

Shades of Wild Blue Yonder #6F7DB3

Tints of Wild Blue Yonder #6F7DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 43.13%

R = 26.75%
G = 30.12%
B = 43.13%

CMYK

 C value IS 0.38

 M value IS 0.30

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#6F7DB3 (or 0x6F7DB3) is known color: Wild Blue Yonder. HEX triplet: 6F, 7D and B3. RGB value is (111,125,179). Sum of RGB (Red+Green+Blue) = 111+125+179=415 (54% of max value = 765). Red value is 111 (43.75% from 255 or 26.75% from 415); Green value is 125 (49.22% from 255 or 30.12% from 415); Blue value is 179 (70.31% from 255 or 43.13% from 415); Max value from RGB is 179 - color contains mainly: blue. Hex color #6F7DB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F7DB3 is #90824C. Grayscale: #7E7E7E. Windows color (decimal): -9470541 or 11763055. OLE color: 11763055.

HSL color Cylindrical-coordinate representation of color #6F7DB3: hue angle of 227.65º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6F7DB3 is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 111 125 179 -
CMYK 0.38 0.30 0 0.30
HSL 227.65º 0.31% 0.57% -
HSV(B) 227.65º 0.38% 0.7% -
XYZ 22.03 21.3 45.6 -
YUV 126.97 157.36 116.61 -
System Red Green Blue C M Y K H S L
Decimal 111 125 179 0.38 0.30 0 0.30 227.65 0.31 0.57
Hex 6F 7D B3 26 1E 0 1E E4 1F 39
Octal 157 175 263 46 36 0 36 344 37 71
Binary 1101111 1111101 10110011 100110 11110 0 11110 11100100 11111 111001

Color Harmonies of #6F7DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7DB3

Black with #6F7DB3

Text Example


Text Example

White with #6F7DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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