Html Css Color HEX #6F8AB3 Ship Cove

📋 copy color: '#6F8AB3'

red 111 ◦ green 138 ◦ blue 179

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

Shades of Ship Cove #6F8AB3

Tints of Ship Cove #6F8AB3

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.24%

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

R = 25.93%
G = 32.24%
B = 41.82%

CMYK

 C value IS 0.38

 M value IS 0.23

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#6F8AB3 (or 0x6F8AB3) is known color: Ship Cove. HEX triplet: 6F, 8A and B3. RGB value is (111,138,179). Sum of RGB (Red+Green+Blue) = 111+138+179=428 (56% of max value = 765). Red value is 111 (43.75% from 255 or 25.93% from 428); Green value is 138 (54.30% from 255 or 32.24% from 428); Blue value is 179 (70.31% from 255 or 41.82% from 428); Max value from RGB is 179 - color contains mainly: blue. Hex color #6F8AB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F8AB3 is #90754C. Grayscale: #868686. Windows color (decimal): -9467213 or 11766383. OLE color: 11766383.

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

Color convert

RGB 111 138 179 -
CMYK 0.38 0.23 0 0.30
HSL 216.18º 0.31% 0.57% -
HSV(B) 216.18º 0.38% 0.7% -
XYZ 23.78 24.81 46.18 -
YUV 134.6 153.05 111.17 -
System Red Green Blue C M Y K H S L
Decimal 111 138 179 0.38 0.23 0 0.30 216.18 0.31 0.57
Hex 6F 8A B3 26 17 0 1E D8 1F 39
Octal 157 212 263 46 27 0 36 330 37 71
Binary 1101111 10001010 10110011 100110 10111 0 11110 11011000 11111 111001

Color Harmonies of #6F8AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8AB3

Black with #6F8AB3

Text Example


Text Example

White with #6F8AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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