Html Css Color HEX #607BBF Havelock Blue

📋 copy color: '#607BBF'

red 96 ◦ green 123 ◦ blue 191

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

Shades of Havelock Blue #607BBF

Tints of Havelock Blue #607BBF

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30%

 BLUE value IS 191 (75% from 255) = 46.59%

R = 23.41%
G = 30%
B = 46.59%

CMYK

 C value IS 0.50

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#607BBF (or 0x607BBF) is known color: Havelock Blue. HEX triplet: 60, 7B and BF. RGB value is (96,123,191). Sum of RGB (Red+Green+Blue) = 96+123+191=410 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.41% from 410); Green value is 123 (48.44% from 255 or 30% from 410); Blue value is 191 (75% from 255 or 46.59% from 410); Max value from RGB is 191 - color contains mainly: blue. Hex color #607BBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607BBF is #9F8440. Grayscale: #7A7A7A. Windows color (decimal): -10454081 or 12548960. OLE color: 12548960.

HSL color Cylindrical-coordinate representation of color #607BBF: hue angle of 222.95º 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 #607BBF is Cyan = 0.50, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 96 123 191 -
CMYK 0.50 0.36 0 0.25
HSL 222.95º 0.43% 0.56% -
HSV(B) 222.95º 0.5% 0.75% -
XYZ 21.31 20.41 52.11 -
YUV 122.68 166.55 108.97 -
System Red Green Blue C M Y K H S L
Decimal 96 123 191 0.50 0.36 0 0.25 222.95 0.43 0.56
Hex 60 7B BF 32 24 0 19 DF 2B 38
Octal 140 173 277 62 44 0 31 337 53 70
Binary 1100000 1111011 10111111 110010 100100 0 11001 11011111 101011 111000

Color Harmonies of #607BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607BBF

Black with #607BBF

Text Example


Text Example

White with #607BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,123,191); }

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

background-color css

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

 a { background-color: rgb(96,123,191); }

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

border-color css

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

 span { border-color: rgb(96,123,191); }

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