Html Css Color HEX #677EDC Cornflower Blue

📋 copy color: '#677EDC'

red 103 ◦ green 126 ◦ blue 220

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

Shades of Cornflower Blue #677EDC

Tints of Cornflower Blue #677EDC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.06%

 BLUE value IS 220 (86.33% from 255) = 49%

R = 22.94%
G = 28.06%
B = 49%

CMYK

 C value IS 0.53

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#677EDC (or 0x677EDC) is known color: Cornflower Blue. HEX triplet: 67, 7E and DC. RGB value is (103,126,220). Sum of RGB (Red+Green+Blue) = 103+126+220=449 (59% of max value = 765). Red value is 103 (40.62% from 255 or 22.94% from 449); Green value is 126 (49.61% from 255 or 28.06% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 220 - color contains mainly: blue. Hex color #677EDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #677EDC is #988123. Grayscale: #818181. Windows color (decimal): -9994532 or 14450279. OLE color: 14450279.

HSL color Cylindrical-coordinate representation of color #677EDC: hue angle of 228.21º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #677EDC is Cyan = 0.53, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 103 126 220 -
CMYK 0.53 0.43 0 0.14
HSL 228.21º 0.63% 0.63% -
HSV(B) 228.21º 0.53% 0.86% -
XYZ 25.97 22.97 70.78 -
YUV 129.84 178.88 108.86 -
System Red Green Blue C M Y K H S L
Decimal 103 126 220 0.53 0.43 0 0.14 228.21 0.63 0.63
Hex 67 7E DC 35 2B 0 E E4 3F 3F
Octal 147 176 334 65 53 0 16 344 77 77
Binary 1100111 1111110 11011100 110101 101011 0 1110 11100100 111111 111111

Color Harmonies of #677EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677EDC

Black with #677EDC

Text Example


Text Example

White with #677EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,126,220); }

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

background-color css

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

 a { background-color: rgb(103,126,220); }

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

border-color css

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

 span { border-color: rgb(103,126,220); }

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