Html Css Color HEX #667FB3 Ship Cove

📋 copy color: '#667FB3'

red 102 ◦ green 127 ◦ blue 179

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

Shades of Ship Cove #667FB3

Tints of Ship Cove #667FB3

RGB

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

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

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

R = 25%
G = 31.13%
B = 43.87%

CMYK

 C value IS 0.43

 M value IS 0.29

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#667FB3 (or 0x667FB3) is known color: Ship Cove. HEX triplet: 66, 7F and B3. RGB value is (102,127,179). Sum of RGB (Red+Green+Blue) = 102+127+179=408 (54% of max value = 765). Red value is 102 (40.23% from 255 or 25% from 408); Green value is 127 (50% from 255 or 31.13% from 408); Blue value is 179 (70.31% from 255 or 43.87% from 408); Max value from RGB is 179 - color contains mainly: blue. Hex color #667FB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667FB3 is #99804C. Grayscale: #7D7D7D. Windows color (decimal): -10059853 or 11763558. OLE color: 11763558.

HSL color Cylindrical-coordinate representation of color #667FB3: hue angle of 220.52º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #667FB3 is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 102 127 179 -
CMYK 0.43 0.29 0 0.30
HSL 220.52º 0.34% 0.55% -
HSV(B) 220.52º 0.43% 0.7% -
XYZ 21.21 21.26 45.63 -
YUV 125.45 158.22 111.27 -
System Red Green Blue C M Y K H S L
Decimal 102 127 179 0.43 0.29 0 0.30 220.52 0.34 0.55
Hex 66 7F B3 2B 1D 0 1E DD 22 37
Octal 146 177 263 53 35 0 36 335 42 67
Binary 1100110 1111111 10110011 101011 11101 0 11110 11011101 100010 110111

Color Harmonies of #667FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667FB3

Black with #667FB3

Text Example


Text Example

White with #667FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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