Html Css Color HEX #6F84B3 Ship Cove

📋 copy color: '#6F84B3'

red 111 ◦ green 132 ◦ blue 179

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

Shades of Ship Cove #6F84B3

Tints of Ship Cove #6F84B3

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.28%

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

R = 26.3%
G = 31.28%
B = 42.42%

CMYK

 C value IS 0.38

 M value IS 0.26

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#6F84B3 (or 0x6F84B3) is known color: Ship Cove. HEX triplet: 6F, 84 and B3. RGB value is (111,132,179). Sum of RGB (Red+Green+Blue) = 111+132+179=422 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.30% from 422); Green value is 132 (51.95% from 255 or 31.28% from 422); Blue value is 179 (70.31% from 255 or 42.42% from 422); Max value from RGB is 179 - color contains mainly: blue. Hex color #6F84B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F84B3 is #907B4C. Grayscale: #828282. Windows color (decimal): -9468749 or 11764847. OLE color: 11764847.

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

Color convert

RGB 111 132 179 -
CMYK 0.38 0.26 0 0.30
HSL 221.47º 0.31% 0.57% -
HSV(B) 221.47º 0.38% 0.7% -
XYZ 22.94 23.14 45.9 -
YUV 131.08 155.04 113.68 -
System Red Green Blue C M Y K H S L
Decimal 111 132 179 0.38 0.26 0 0.30 221.47 0.31 0.57
Hex 6F 84 B3 26 1A 0 1E DD 1F 39
Octal 157 204 263 46 32 0 36 335 37 71
Binary 1101111 10000100 10110011 100110 11010 0 11110 11011101 11111 111001

Color Harmonies of #6F84B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F84B3

Black with #6F84B3

Text Example


Text Example

White with #6F84B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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