Html Css Color HEX #6F90B3 Ship Cove

📋 copy color: '#6F90B3'

red 111 ◦ green 144 ◦ blue 179

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

Shades of Ship Cove #6F90B3

Tints of Ship Cove #6F90B3

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.18%

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

R = 25.58%
G = 33.18%
B = 41.24%

CMYK

 C value IS 0.38

 M value IS 0.20

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#6F90B3 (or 0x6F90B3) is known color: Ship Cove. HEX triplet: 6F, 90 and B3. RGB value is (111,144,179). Sum of RGB (Red+Green+Blue) = 111+144+179=434 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.58% from 434); Green value is 144 (56.64% from 255 or 33.18% from 434); Blue value is 179 (70.31% from 255 or 41.24% from 434); Max value from RGB is 179 - color contains mainly: blue. Hex color #6F90B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F90B3 is #906F4C. Grayscale: #898989. Windows color (decimal): -9465677 or 11767919. OLE color: 11767919.

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

Color convert

RGB 111 144 179 -
CMYK 0.38 0.20 0 0.30
HSL 210.88º 0.31% 0.57% -
HSV(B) 210.88º 0.38% 0.7% -
XYZ 24.67 26.58 46.48 -
YUV 138.12 151.07 108.65 -
System Red Green Blue C M Y K H S L
Decimal 111 144 179 0.38 0.20 0 0.30 210.88 0.31 0.57
Hex 6F 90 B3 26 14 0 1E D3 1F 39
Octal 157 220 263 46 24 0 36 323 37 71
Binary 1101111 10010000 10110011 100110 10100 0 11110 11010011 11111 111001

Color Harmonies of #6F90B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F90B3

Black with #6F90B3

Text Example


Text Example

White with #6F90B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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