Html Css Color HEX #607FC1 Havelock Blue

📋 copy color: '#607FC1'

red 96 ◦ green 127 ◦ blue 193

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

Shades of Havelock Blue #607FC1

Tints of Havelock Blue #607FC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 46.39%

R = 23.08%
G = 30.53%
B = 46.39%

CMYK

 C value IS 0.50

 M value IS 0.34

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#607FC1 (or 0x607FC1) is known color: Havelock Blue. HEX triplet: 60, 7F and C1. RGB value is (96,127,193). Sum of RGB (Red+Green+Blue) = 96+127+193=416 (55% of max value = 765). Red value is 96 (37.89% from 255 or 23.08% from 416); Green value is 127 (50% from 255 or 30.53% from 416); Blue value is 193 (75.78% from 255 or 46.39% from 416); Max value from RGB is 193 - color contains mainly: blue. Hex color #607FC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607FC1 is #9F803E. Grayscale: #7C7C7C. Windows color (decimal): -10453055 or 12681056. OLE color: 12681056.

HSL color Cylindrical-coordinate representation of color #607FC1: hue angle of 220.82º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #607FC1 is Cyan = 0.50, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 96 127 193 -
CMYK 0.50 0.34 0 0.24
HSL 220.82º 0.44% 0.57% -
HSV(B) 220.82º 0.5% 0.76% -
XYZ 22.04 21.52 53.44 -
YUV 125.26 166.23 107.13 -
System Red Green Blue C M Y K H S L
Decimal 96 127 193 0.50 0.34 0 0.24 220.82 0.44 0.57
Hex 60 7F C1 32 22 0 18 DD 2C 39
Octal 140 177 301 62 42 0 30 335 54 71
Binary 1100000 1111111 11000001 110010 100010 0 11000 11011101 101100 111001

Color Harmonies of #607FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607FC1

Black with #607FC1

Text Example


Text Example

White with #607FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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