Html Css Color HEX #6F7BAA Ship Cove

📋 copy color: '#6F7BAA'

red 111 ◦ green 123 ◦ blue 170

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

Shades of Ship Cove #6F7BAA

Tints of Ship Cove #6F7BAA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.45%

 BLUE value IS 170 (66.8% from 255) = 42.08%

R = 27.48%
G = 30.45%
B = 42.08%

CMYK

 C value IS 0.35

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6F7BAA (or 0x6F7BAA) is known color: Ship Cove. HEX triplet: 6F, 7B and AA. RGB value is (111,123,170). Sum of RGB (Red+Green+Blue) = 111+123+170=404 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.48% from 404); Green value is 123 (48.44% from 255 or 30.45% from 404); Blue value is 170 (66.80% from 255 or 42.08% from 404); Max value from RGB is 170 - color contains mainly: blue. Hex color #6F7BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7BAA is #908455. Grayscale: #7C7C7C. Windows color (decimal): -9471062 or 11172719. OLE color: 11172719.

HSL color Cylindrical-coordinate representation of color #6F7BAA: hue angle of 227.8º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6F7BAA is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 111 123 170 -
CMYK 0.35 0.28 0 0.33
HSL 227.8º 0.26% 0.55% -
HSV(B) 227.8º 0.35% 0.67% -
XYZ 20.89 20.45 40.88 -
YUV 124.77 153.52 118.18 -
System Red Green Blue C M Y K H S L
Decimal 111 123 170 0.35 0.28 0 0.33 227.8 0.26 0.55
Hex 6F 7B AA 23 1C 0 21 E4 1A 37
Octal 157 173 252 43 34 0 41 344 32 67
Binary 1101111 1111011 10101010 100011 11100 0 100001 11100100 11010 110111

Color Harmonies of #6F7BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7BAA

Black with #6F7BAA

Text Example


Text Example

White with #6F7BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,123,170); }

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

background-color css

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

 a { background-color: rgb(111,123,170); }

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

border-color css

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

 span { border-color: rgb(111,123,170); }

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