Html Css Color HEX #607FD7 Havelock Blue

📋 copy color: '#607FD7'

red 96 ◦ green 127 ◦ blue 215

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

Shades of Havelock Blue #607FD7

Tints of Havelock Blue #607FD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 49.09%

R = 21.92%
G = 29%
B = 49.09%

CMYK

 C value IS 0.55

 M value IS 0.41

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#607FD7 (or 0x607FD7) is known color: Havelock Blue. HEX triplet: 60, 7F and D7. RGB value is (96,127,215). Sum of RGB (Red+Green+Blue) = 96+127+215=438 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.92% from 438); Green value is 127 (50% from 255 or 29.00% from 438); Blue value is 215 (84.38% from 255 or 49.09% from 438); Max value from RGB is 215 - color contains mainly: blue. Hex color #607FD7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607FD7 is #9F8028. Grayscale: #7F7F7F. Windows color (decimal): -10453033 or 14122848. OLE color: 14122848.

HSL color Cylindrical-coordinate representation of color #607FD7: hue angle of 224.37º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #607FD7 is Cyan = 0.55, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 96 127 215 -
CMYK 0.55 0.41 0 0.16
HSL 224.37º 0.6% 0.61% -
HSV(B) 224.37º 0.55% 0.84% -
XYZ 24.68 22.57 67.35 -
YUV 127.76 177.23 105.34 -
System Red Green Blue C M Y K H S L
Decimal 96 127 215 0.55 0.41 0 0.16 224.37 0.6 0.61
Hex 60 7F D7 37 29 0 10 E0 3C 3D
Octal 140 177 327 67 51 0 20 340 74 75
Binary 1100000 1111111 11010111 110111 101001 0 10000 11100000 111100 111101

Color Harmonies of #607FD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607FD7

Black with #607FD7

Text Example


Text Example

White with #607FD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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