Html Css Color HEX #6681AF Ship Cove

📋 copy color: '#6681AF'

red 102 ◦ green 129 ◦ blue 175

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

Shades of Ship Cove #6681AF

Tints of Ship Cove #6681AF

RGB

 RED value IS 102 (40.23% from 255) = 25.12%

 GREEN value IS 129 (50.78% from 255) = 31.77%

 BLUE value IS 175 (68.75% from 255) = 43.1%

R = 25.12%
G = 31.77%
B = 43.1%

CMYK

 C value IS 0.42

 M value IS 0.26

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6681AF (or 0x6681AF) is known color: Ship Cove. HEX triplet: 66, 81 and AF. RGB value is (102,129,175). Sum of RGB (Red+Green+Blue) = 102+129+175=406 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.12% from 406); Green value is 129 (50.78% from 255 or 31.77% from 406); Blue value is 175 (68.75% from 255 or 43.10% from 406); Max value from RGB is 175 - color contains mainly: blue. Hex color #6681AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6681AF is #997E50. Grayscale: #7D7D7D. Windows color (decimal): -10059345 or 11501926. OLE color: 11501926.

HSL color Cylindrical-coordinate representation of color #6681AF: hue angle of 217.81º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6681AF is Cyan = 0.42, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 102 129 175 -
CMYK 0.42 0.26 0 0.31
HSL 217.81º 0.31% 0.54% -
HSV(B) 217.81º 0.42% 0.69% -
XYZ 21.07 21.62 43.62 -
YUV 126.17 155.55 110.76 -
System Red Green Blue C M Y K H S L
Decimal 102 129 175 0.42 0.26 0 0.31 217.81 0.31 0.54
Hex 66 81 AF 2A 1A 0 1F DA 1F 36
Octal 146 201 257 52 32 0 37 332 37 66
Binary 1100110 10000001 10101111 101010 11010 0 11111 11011010 11111 110110

Color Harmonies of #6681AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6681AF

Black with #6681AF

Text Example


Text Example

White with #6681AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6681AF; }

 p { color: rgb(102,129,175); }

 H1.HeaderClassName
 {
   color: #6681AF;
 }
 .AnyTagClassName
 {
   color: #6681AF;
 }
</style>

background-color css

<style>
 a { background-color: #6681AF; }

 a { background-color: rgb(102,129,175); }

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

border-color css

<style>
 span { border-color: #6681AF; }

 span { border-color: rgb(102,129,175); }

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