Html Css Color HEX #607FC0 Havelock Blue

📋 copy color: '#607FC0'

red 96 ◦ green 127 ◦ blue 192

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

Shades of Havelock Blue #607FC0

Tints of Havelock Blue #607FC0

RGB

 RED value IS 96 (37.89% from 255) = 23.13%

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

 BLUE value IS 192 (75.39% from 255) = 46.27%

R = 23.13%
G = 30.6%
B = 46.27%

CMYK

 C value IS 0.50

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#607FC0 (or 0x607FC0) is known color: Havelock Blue. HEX triplet: 60, 7F and C0. RGB value is (96,127,192). Sum of RGB (Red+Green+Blue) = 96+127+192=415 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.13% from 415); Green value is 127 (50% from 255 or 30.60% from 415); Blue value is 192 (75.39% from 255 or 46.27% from 415); Max value from RGB is 192 - color contains mainly: blue. Hex color #607FC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607FC0 is #9F803F. Grayscale: #7C7C7C. Windows color (decimal): -10453056 or 12615520. OLE color: 12615520.

HSL color Cylindrical-coordinate representation of color #607FC0: hue angle of 220.62º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #607FC0 is Cyan = 0.50, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 96 127 192 -
CMYK 0.50 0.34 0 0.25
HSL 220.63º 0.43% 0.56% -
HSV(B) 220.63º 0.5% 0.75% -
XYZ 21.93 21.47 52.86 -
YUV 125.14 165.73 107.21 -
System Red Green Blue C M Y K H S L
Decimal 96 127 192 0.50 0.34 0 0.25 220.63 0.43 0.56
Hex 60 7F C0 32 22 0 19 DD 2B 38
Octal 140 177 300 62 42 0 31 335 53 70
Binary 1100000 1111111 11000000 110010 100010 0 11001 11011101 101011 111000

Color Harmonies of #607FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607FC0

Black with #607FC0

Text Example


Text Example

White with #607FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607FC0; }

 p { color: rgb(96,127,192); }

 H1.HeaderClassName
 {
   color: #607FC0;
 }
 .AnyTagClassName
 {
   color: #607FC0;
 }
</style>

background-color css

<style>
 a { background-color: #607FC0; }

 a { background-color: rgb(96,127,192); }

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

border-color css

<style>
 span { border-color: #607FC0; }

 span { border-color: rgb(96,127,192); }

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