Html Css Color HEX #677FCA Havelock Blue

📋 copy color: '#677FCA'

red 103 ◦ green 127 ◦ blue 202

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

Shades of Havelock Blue #677FCA

Tints of Havelock Blue #677FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.76%

R = 23.84%
G = 29.4%
B = 46.76%

CMYK

 C value IS 0.49

 M value IS 0.37

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#677FCA (or 0x677FCA) is known color: Havelock Blue. HEX triplet: 67, 7F and CA. RGB value is (103,127,202). Sum of RGB (Red+Green+Blue) = 103+127+202=432 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.84% from 432); Green value is 127 (50% from 255 or 29.40% from 432); Blue value is 202 (79.30% from 255 or 46.76% from 432); Max value from RGB is 202 - color contains mainly: blue. Hex color #677FCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #677FCA is #988035. Grayscale: #808080. Windows color (decimal): -9994294 or 13270887. OLE color: 13270887.

HSL color Cylindrical-coordinate representation of color #677FCA: hue angle of 225.45º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #677FCA is Cyan = 0.49, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 103 127 202 -
CMYK 0.49 0.37 0 0.21
HSL 225.45º 0.48% 0.6% -
HSV(B) 225.45º 0.49% 0.79% -
XYZ 23.84 22.33 58.93 -
YUV 128.37 169.55 109.9 -
System Red Green Blue C M Y K H S L
Decimal 103 127 202 0.49 0.37 0 0.21 225.45 0.48 0.6
Hex 67 7F CA 31 25 0 15 E1 30 3C
Octal 147 177 312 61 45 0 25 341 60 74
Binary 1100111 1111111 11001010 110001 100101 0 10101 11100001 110000 111100

Color Harmonies of #677FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677FCA

Black with #677FCA

Text Example


Text Example

White with #677FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,127,202); }

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

background-color css

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

 a { background-color: rgb(103,127,202); }

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

border-color css

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

 span { border-color: rgb(103,127,202); }

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