Html Css Color HEX #607BCF Havelock Blue

📋 copy color: '#607BCF'

red 96 ◦ green 123 ◦ blue 207

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

Shades of Havelock Blue #607BCF

Tints of Havelock Blue #607BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.59%

R = 22.54%
G = 28.87%
B = 48.59%

CMYK

 C value IS 0.54

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#607BCF (or 0x607BCF) is known color: Havelock Blue. HEX triplet: 60, 7B and CF. RGB value is (96,123,207). Sum of RGB (Red+Green+Blue) = 96+123+207=426 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.54% from 426); Green value is 123 (48.44% from 255 or 28.87% from 426); Blue value is 207 (81.25% from 255 or 48.59% from 426); Max value from RGB is 207 - color contains mainly: blue. Hex color #607BCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607BCF is #9F8430. Grayscale: #7C7C7C. Windows color (decimal): -10454065 or 13597536. OLE color: 13597536.

HSL color Cylindrical-coordinate representation of color #607BCF: hue angle of 225.41º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #607BCF is Cyan = 0.54, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 96 123 207 -
CMYK 0.54 0.41 0 0.19
HSL 225.41º 0.54% 0.59% -
HSV(B) 225.41º 0.54% 0.81% -
XYZ 23.17 21.16 61.89 -
YUV 124.5 174.55 107.67 -
System Red Green Blue C M Y K H S L
Decimal 96 123 207 0.54 0.41 0 0.19 225.41 0.54 0.59
Hex 60 7B CF 36 29 0 13 E1 36 3B
Octal 140 173 317 66 51 0 23 341 66 73
Binary 1100000 1111011 11001111 110110 101001 0 10011 11100001 110110 111011

Color Harmonies of #607BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607BCF

Black with #607BCF

Text Example


Text Example

White with #607BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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