Html Css Color HEX #607FD1 Havelock Blue

📋 copy color: '#607FD1'

red 96 ◦ green 127 ◦ blue 209

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

Shades of Havelock Blue #607FD1

Tints of Havelock Blue #607FD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 48.38%

R = 22.22%
G = 29.4%
B = 48.38%

CMYK

 C value IS 0.54

 M value IS 0.39

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#607FD1 (or 0x607FD1) is known color: Havelock Blue. HEX triplet: 60, 7F and D1. RGB value is (96,127,209). Sum of RGB (Red+Green+Blue) = 96+127+209=432 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.22% from 432); Green value is 127 (50% from 255 or 29.40% from 432); Blue value is 209 (82.03% from 255 or 48.38% from 432); Max value from RGB is 209 - color contains mainly: blue. Hex color #607FD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607FD1 is #9F802E. Grayscale: #7E7E7E. Windows color (decimal): -10453039 or 13729632. OLE color: 13729632.

HSL color Cylindrical-coordinate representation of color #607FD1: hue angle of 223.54º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #607FD1 is Cyan = 0.54, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 96 127 209 -
CMYK 0.54 0.39 0 0.18
HSL 223.54º 0.55% 0.6% -
HSV(B) 223.54º 0.54% 0.82% -
XYZ 23.92 22.27 63.36 -
YUV 127.08 174.23 105.83 -
System Red Green Blue C M Y K H S L
Decimal 96 127 209 0.54 0.39 0 0.18 223.54 0.55 0.6
Hex 60 7F D1 36 27 0 12 E0 37 3C
Octal 140 177 321 66 47 0 22 340 67 74
Binary 1100000 1111111 11010001 110110 100111 0 10010 11100000 110111 111100

Color Harmonies of #607FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607FD1

Black with #607FD1

Text Example


Text Example

White with #607FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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