Html Css Color HEX #6F79A4 Ship Cove

📋 copy color: '#6F79A4'

red 111 ◦ green 121 ◦ blue 164

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

Shades of Ship Cove #6F79A4

Tints of Ship Cove #6F79A4

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.56%

 BLUE value IS 164 (64.45% from 255) = 41.41%

R = 28.03%
G = 30.56%
B = 41.41%

CMYK

 C value IS 0.32

 M value IS 0.26

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#6F79A4 (or 0x6F79A4) is known color: Ship Cove. HEX triplet: 6F, 79 and A4. RGB value is (111,121,164). Sum of RGB (Red+Green+Blue) = 111+121+164=396 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.03% from 396); Green value is 121 (47.66% from 255 or 30.56% from 396); Blue value is 164 (64.45% from 255 or 41.41% from 396); Max value from RGB is 164 - color contains mainly: blue. Hex color #6F79A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F79A4 is #90865B. Grayscale: #7A7A7A. Windows color (decimal): -9471580 or 10778991. OLE color: 10778991.

HSL color Cylindrical-coordinate representation of color #6F79A4: hue angle of 228.68º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6F79A4 is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 111 121 164 -
CMYK 0.32 0.26 0 0.36
HSL 228.68º 0.23% 0.54% -
HSV(B) 228.68º 0.32% 0.64% -
XYZ 20.09 19.73 37.87 -
YUV 122.91 151.19 119.5 -
System Red Green Blue C M Y K H S L
Decimal 111 121 164 0.32 0.26 0 0.36 228.68 0.23 0.54
Hex 6F 79 A4 20 1A 0 24 E5 17 36
Octal 157 171 244 40 32 0 44 345 27 66
Binary 1101111 1111001 10100100 100000 11010 0 100100 11100101 10111 110110

Color Harmonies of #6F79A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F79A4

Black with #6F79A4

Text Example


Text Example

White with #6F79A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,121,164); }

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

background-color css

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

 a { background-color: rgb(111,121,164); }

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

border-color css

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

 span { border-color: rgb(111,121,164); }

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