Html Css Color HEX #677DCE Havelock Blue

📋 copy color: '#677DCE'

red 103 ◦ green 125 ◦ blue 206

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

Shades of Havelock Blue #677DCE

Tints of Havelock Blue #677DCE

RGB

 RED value IS 103 (40.63% from 255) = 23.73%

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

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

R = 23.73%
G = 28.8%
B = 47.47%

CMYK

 C value IS 0.50

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#677DCE (or 0x677DCE) is known color: Havelock Blue. HEX triplet: 67, 7D and CE. RGB value is (103,125,206). Sum of RGB (Red+Green+Blue) = 103+125+206=434 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.73% from 434); Green value is 125 (49.22% from 255 or 28.80% from 434); Blue value is 206 (80.86% from 255 or 47.47% from 434); Max value from RGB is 206 - color contains mainly: blue. Hex color #677DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #677DCE is #988231. Grayscale: #7F7F7F. Windows color (decimal): -9994802 or 13532519. OLE color: 13532519.

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

Color convert

RGB 103 125 206 -
CMYK 0.50 0.39 0 0.19
HSL 227.18º 0.51% 0.61% -
HSV(B) 227.18º 0.5% 0.81% -
XYZ 24.07 22.01 61.37 -
YUV 127.66 172.21 110.41 -
System Red Green Blue C M Y K H S L
Decimal 103 125 206 0.50 0.39 0 0.19 227.18 0.51 0.61
Hex 67 7D CE 32 27 0 13 E3 33 3D
Octal 147 175 316 62 47 0 23 343 63 75
Binary 1100111 1111101 11001110 110010 100111 0 10011 11100011 110011 111101

Color Harmonies of #677DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677DCE

Black with #677DCE

Text Example


Text Example

White with #677DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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