Html Css Color HEX #6F7EBC Wild Blue Yonder

📋 copy color: '#6F7EBC'

red 111 ◦ green 126 ◦ blue 188

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

Shades of Wild Blue Yonder #6F7EBC

Tints of Wild Blue Yonder #6F7EBC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.65%

 BLUE value IS 188 (73.83% from 255) = 44.24%

R = 26.12%
G = 29.65%
B = 44.24%

CMYK

 C value IS 0.41

 M value IS 0.33

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6F7EBC (or 0x6F7EBC) is known color: Wild Blue Yonder. HEX triplet: 6F, 7E and BC. RGB value is (111,126,188). Sum of RGB (Red+Green+Blue) = 111+126+188=425 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.12% from 425); Green value is 126 (49.61% from 255 or 29.65% from 425); Blue value is 188 (73.83% from 255 or 44.24% from 425); Max value from RGB is 188 - color contains mainly: blue. Hex color #6F7EBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F7EBC is #908143. Grayscale: #808080. Windows color (decimal): -9470276 or 12353135. OLE color: 12353135.

HSL color Cylindrical-coordinate representation of color #6F7EBC: hue angle of 228.31º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6F7EBC is Cyan = 0.41, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 111 126 188 -
CMYK 0.41 0.33 0 0.26
HSL 228.31º 0.36% 0.59% -
HSV(B) 228.31º 0.41% 0.74% -
XYZ 23.09 21.93 50.59 -
YUV 128.58 161.53 115.46 -
System Red Green Blue C M Y K H S L
Decimal 111 126 188 0.41 0.33 0 0.26 228.31 0.36 0.59
Hex 6F 7E BC 29 21 0 1A E4 24 3B
Octal 157 176 274 51 41 0 32 344 44 73
Binary 1101111 1111110 10111100 101001 100001 0 11010 11100100 100100 111011

Color Harmonies of #6F7EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7EBC

Black with #6F7EBC

Text Example


Text Example

White with #6F7EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,126,188); }

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

background-color css

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

 a { background-color: rgb(111,126,188); }

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

border-color css

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

 span { border-color: rgb(111,126,188); }

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