Html Css Color HEX #667FB0 Ship Cove

📋 copy color: '#667FB0'

red 102 ◦ green 127 ◦ blue 176

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

Shades of Ship Cove #667FB0

Tints of Ship Cove #667FB0

RGB

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

 GREEN value IS 127 (50% from 255) = 31.36%

 BLUE value IS 176 (69.14% from 255) = 43.46%

R = 25.19%
G = 31.36%
B = 43.46%

CMYK

 C value IS 0.42

 M value IS 0.28

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#667FB0 (or 0x667FB0) is known color: Ship Cove. HEX triplet: 66, 7F and B0. RGB value is (102,127,176). Sum of RGB (Red+Green+Blue) = 102+127+176=405 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.19% from 405); Green value is 127 (50% from 255 or 31.36% from 405); Blue value is 176 (69.14% from 255 or 43.46% from 405); Max value from RGB is 176 - color contains mainly: blue. Hex color #667FB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667FB0 is #99804F. Grayscale: #7C7C7C. Windows color (decimal): -10059856 or 11566950. OLE color: 11566950.

HSL color Cylindrical-coordinate representation of color #667FB0: hue angle of 219.73º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #667FB0 is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 102 127 176 -
CMYK 0.42 0.28 0 0.31
HSL 219.73º 0.32% 0.55% -
HSV(B) 219.73º 0.42% 0.69% -
XYZ 20.91 21.14 44.05 -
YUV 125.11 156.72 111.52 -
System Red Green Blue C M Y K H S L
Decimal 102 127 176 0.42 0.28 0 0.31 219.73 0.32 0.55
Hex 66 7F B0 2A 1C 0 1F DC 20 37
Octal 146 177 260 52 34 0 37 334 40 67
Binary 1100110 1111111 10110000 101010 11100 0 11111 11011100 100000 110111

Color Harmonies of #667FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667FB0

Black with #667FB0

Text Example


Text Example

White with #667FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667FB0; }

 p { color: rgb(102,127,176); }

 H1.HeaderClassName
 {
   color: #667FB0;
 }
 .AnyTagClassName
 {
   color: #667FB0;
 }
</style>

background-color css

<style>
 a { background-color: #667FB0; }

 a { background-color: rgb(102,127,176); }

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

border-color css

<style>
 span { border-color: #667FB0; }

 span { border-color: rgb(102,127,176); }

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