Html Css Color HEX #607DCE Havelock Blue

📋 copy color: '#607DCE'

red 96 ◦ green 125 ◦ blue 206

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

Shades of Havelock Blue #607DCE

Tints of Havelock Blue #607DCE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.27%

 BLUE value IS 206 (80.86% from 255) = 48.24%

R = 22.48%
G = 29.27%
B = 48.24%

CMYK

 C value IS 0.53

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#607DCE (or 0x607DCE) is known color: Havelock Blue. HEX triplet: 60, 7D and CE. RGB value is (96,125,206). Sum of RGB (Red+Green+Blue) = 96+125+206=427 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.48% from 427); Green value is 125 (49.22% from 255 or 29.27% from 427); Blue value is 206 (80.86% from 255 or 48.24% from 427); Max value from RGB is 206 - color contains mainly: blue. Hex color #607DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607DCE is #9F8231. Grayscale: #7D7D7D. Windows color (decimal): -10453554 or 13532512. OLE color: 13532512.

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

Color convert

RGB 96 125 206 -
CMYK 0.53 0.39 0 0.19
HSL 224.18º 0.53% 0.59% -
HSV(B) 224.18º 0.53% 0.81% -
XYZ 23.3 21.61 61.34 -
YUV 125.56 173.39 106.91 -
System Red Green Blue C M Y K H S L
Decimal 96 125 206 0.53 0.39 0 0.19 224.18 0.53 0.59
Hex 60 7D CE 35 27 0 13 E0 35 3B
Octal 140 175 316 65 47 0 23 340 65 73
Binary 1100000 1111101 11001110 110101 100111 0 10011 11100000 110101 111011

Color Harmonies of #607DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607DCE

Black with #607DCE

Text Example


Text Example

White with #607DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,125,206); }

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

background-color css

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

 a { background-color: rgb(96,125,206); }

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

border-color css

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

 span { border-color: rgb(96,125,206); }

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