Html Css Color HEX #6F7FB3 Wild Blue Yonder

📋 copy color: '#6F7FB3'

red 111 ◦ green 127 ◦ blue 179

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

Shades of Wild Blue Yonder #6F7FB3

Tints of Wild Blue Yonder #6F7FB3

RGB

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

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

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

R = 26.62%
G = 30.46%
B = 42.93%

CMYK

 C value IS 0.38

 M value IS 0.29

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#6F7FB3 (or 0x6F7FB3) is known color: Wild Blue Yonder. HEX triplet: 6F, 7F and B3. RGB value is (111,127,179). Sum of RGB (Red+Green+Blue) = 111+127+179=417 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.62% from 417); Green value is 127 (50% from 255 or 30.46% from 417); Blue value is 179 (70.31% from 255 or 42.93% from 417); Max value from RGB is 179 - color contains mainly: blue. Hex color #6F7FB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F7FB3 is #90804C. Grayscale: #7F7F7F. Windows color (decimal): -9470029 or 11763567. OLE color: 11763567.

HSL color Cylindrical-coordinate representation of color #6F7FB3: hue angle of 225.88º 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 #6F7FB3 is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 111 127 179 -
CMYK 0.38 0.29 0 0.30
HSL 225.88º 0.31% 0.57% -
HSV(B) 225.88º 0.38% 0.7% -
XYZ 22.28 21.81 45.68 -
YUV 128.14 156.7 115.77 -
System Red Green Blue C M Y K H S L
Decimal 111 127 179 0.38 0.29 0 0.30 225.88 0.31 0.57
Hex 6F 7F B3 26 1D 0 1E E2 1F 39
Octal 157 177 263 46 35 0 36 342 37 71
Binary 1101111 1111111 10110011 100110 11101 0 11110 11100010 11111 111001

Color Harmonies of #6F7FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7FB3

Black with #6F7FB3

Text Example


Text Example

White with #6F7FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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