Html Css Color HEX #607FBA Havelock Blue

📋 copy color: '#607FBA'

red 96 ◦ green 127 ◦ blue 186

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

Shades of Havelock Blue #607FBA

Tints of Havelock Blue #607FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.48%

R = 23.47%
G = 31.05%
B = 45.48%

CMYK

 C value IS 0.48

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#607FBA (or 0x607FBA) is known color: Havelock Blue. HEX triplet: 60, 7F and BA. RGB value is (96,127,186). Sum of RGB (Red+Green+Blue) = 96+127+186=409 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.47% from 409); Green value is 127 (50% from 255 or 31.05% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 186 - color contains mainly: blue. Hex color #607FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607FBA is #9F8045. Grayscale: #7C7C7C. Windows color (decimal): -10453062 or 12222304. OLE color: 12222304.

HSL color Cylindrical-coordinate representation of color #607FBA: hue angle of 219.33º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #607FBA is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 96 127 186 -
CMYK 0.48 0.32 0 0.27
HSL 219.33º 0.39% 0.55% -
HSV(B) 219.33º 0.48% 0.73% -
XYZ 21.28 21.21 49.43 -
YUV 124.46 162.73 107.7 -
System Red Green Blue C M Y K H S L
Decimal 96 127 186 0.48 0.32 0 0.27 219.33 0.39 0.55
Hex 60 7F BA 30 20 0 1B DB 27 37
Octal 140 177 272 60 40 0 33 333 47 67
Binary 1100000 1111111 10111010 110000 100000 0 11011 11011011 100111 110111

Color Harmonies of #607FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607FBA

Black with #607FBA

Text Example


Text Example

White with #607FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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