Html Css Color HEX #6F7EBD Wild Blue Yonder

📋 copy color: '#6F7EBD'

red 111 ◦ green 126 ◦ blue 189

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

Shades of Wild Blue Yonder #6F7EBD

Tints of Wild Blue Yonder #6F7EBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 44.37%

R = 26.06%
G = 29.58%
B = 44.37%

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

#6F7EBD (or 0x6F7EBD) is known color: Wild Blue Yonder. HEX triplet: 6F, 7E and BD. RGB value is (111,126,189). Sum of RGB (Red+Green+Blue) = 111+126+189=426 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.06% from 426); Green value is 126 (49.61% from 255 or 29.58% from 426); Blue value is 189 (74.22% from 255 or 44.37% from 426); Max value from RGB is 189 - color contains mainly: blue. Hex color #6F7EBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F7EBD is #908142. Grayscale: #808080. Windows color (decimal): -9470275 or 12418671. OLE color: 12418671.

HSL color Cylindrical-coordinate representation of color #6F7EBD: hue angle of 228.46º degrees, saturation: 0.37, 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 #6F7EBD is Cyan = 0.41, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 111 126 189 -
CMYK 0.41 0.33 0 0.26
HSL 228.46º 0.37% 0.59% -
HSV(B) 228.46º 0.41% 0.74% -
XYZ 23.2 21.98 51.16 -
YUV 128.7 162.03 115.38 -
System Red Green Blue C M Y K H S L
Decimal 111 126 189 0.41 0.33 0 0.26 228.46 0.37 0.59
Hex 6F 7E BD 29 21 0 1A E4 25 3B
Octal 157 176 275 51 41 0 32 344 45 73
Binary 1101111 1111110 10111101 101001 100001 0 11010 11100100 100101 111011

Color Harmonies of #6F7EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7EBD

Black with #6F7EBD

Text Example


Text Example

White with #6F7EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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