Html Css Color HEX #607DEC Cornflower Blue

📋 copy color: '#607DEC'

red 96 ◦ green 125 ◦ blue 236

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

Shades of Cornflower Blue #607DEC

Tints of Cornflower Blue #607DEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 51.64%

R = 21.01%
G = 27.35%
B = 51.64%

CMYK

 C value IS 0.59

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#607DEC (or 0x607DEC) is known color: Cornflower Blue. HEX triplet: 60, 7D and EC. RGB value is (96,125,236). Sum of RGB (Red+Green+Blue) = 96+125+236=457 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.01% from 457); Green value is 125 (49.22% from 255 or 27.35% from 457); Blue value is 236 (92.58% from 255 or 51.64% from 457); Max value from RGB is 236 - color contains mainly: blue. Hex color #607DEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #607DEC is #9F8213. Grayscale: #808080. Windows color (decimal): -10453524 or 15498592. OLE color: 15498592.

HSL color Cylindrical-coordinate representation of color #607DEC: hue angle of 227.57º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #607DEC is Cyan = 0.59, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 96 125 236 -
CMYK 0.59 0.47 0 0.07
HSL 227.57º 0.79% 0.65% -
HSV(B) 227.57º 0.59% 0.93% -
XYZ 27.3 23.21 82.4 -
YUV 128.98 188.39 104.47 -
System Red Green Blue C M Y K H S L
Decimal 96 125 236 0.59 0.47 0 0.07 227.57 0.79 0.65
Hex 60 7D EC 3B 2F 0 7 E4 4F 41
Octal 140 175 354 73 57 0 7 344 117 101
Binary 1100000 1111101 11101100 111011 101111 0 111 11100100 1001111 1000001

Color Harmonies of #607DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607DEC

Black with #607DEC

Text Example


Text Example

White with #607DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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