Html Css Color HEX #607EDE Cornflower Blue

📋 copy color: '#607EDE'

red 96 ◦ green 126 ◦ blue 222

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

Shades of Cornflower Blue #607EDE

Tints of Cornflower Blue #607EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 50%

R = 21.62%
G = 28.38%
B = 50%

CMYK

 C value IS 0.57

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#607EDE (or 0x607EDE) is known color: Cornflower Blue. HEX triplet: 60, 7E and DE. RGB value is (96,126,222). Sum of RGB (Red+Green+Blue) = 96+126+222=444 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.62% from 444); Green value is 126 (49.61% from 255 or 28.38% from 444); Blue value is 222 (87.11% from 255 or 50% from 444); Max value from RGB is 222 - color contains mainly: blue. Hex color #607EDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607EDE is #9F8121. Grayscale: #7F7F7F. Windows color (decimal): -10453282 or 14581344. OLE color: 14581344.

HSL color Cylindrical-coordinate representation of color #607EDE: hue angle of 225.71º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #607EDE is Cyan = 0.57, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 96 126 222 -
CMYK 0.57 0.43 0 0.13
HSL 225.71º 0.66% 0.62% -
HSV(B) 225.71º 0.57% 0.87% -
XYZ 25.47 22.68 72.14 -
YUV 127.97 181.06 105.19 -
System Red Green Blue C M Y K H S L
Decimal 96 126 222 0.57 0.43 0 0.13 225.71 0.66 0.62
Hex 60 7E DE 39 2B 0 D E2 42 3E
Octal 140 176 336 71 53 0 15 342 102 76
Binary 1100000 1111110 11011110 111001 101011 0 1101 11100010 1000010 111110

Color Harmonies of #607EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607EDE

Black with #607EDE

Text Example


Text Example

White with #607EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,126,222); }

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

background-color css

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

 a { background-color: rgb(96,126,222); }

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

border-color css

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

 span { border-color: rgb(96,126,222); }

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