Html Css Color HEX #607CF6 Cornflower Blue

📋 copy color: '#607CF6'

red 96 ◦ green 124 ◦ blue 246

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

Shades of Cornflower Blue #607CF6

Tints of Cornflower Blue #607CF6

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.61%

 BLUE value IS 246 (96.48% from 255) = 52.79%

R = 20.6%
G = 26.61%
B = 52.79%

CMYK

 C value IS 0.61

 M value IS 0.50

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#607CF6 (or 0x607CF6) is known color: Cornflower Blue. HEX triplet: 60, 7C and F6. RGB value is (96,124,246). Sum of RGB (Red+Green+Blue) = 96+124+246=466 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.60% from 466); Green value is 124 (48.83% from 255 or 26.61% from 466); Blue value is 246 (96.48% from 255 or 52.79% from 466); Max value from RGB is 246 - color contains mainly: blue. Hex color #607CF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #607CF6 is #9F8309. Grayscale: #818181. Windows color (decimal): -10453770 or 16153696. OLE color: 16153696.

HSL color Cylindrical-coordinate representation of color #607CF6: hue angle of 228.8º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #607CF6 is Cyan = 0.61, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 96 124 246 -
CMYK 0.61 0.50 0 0.04
HSL 228.8º 0.89% 0.67% -
HSV(B) 228.8º 0.61% 0.96% -
XYZ 28.67 23.56 90.22 -
YUV 129.54 193.72 104.08 -
System Red Green Blue C M Y K H S L
Decimal 96 124 246 0.61 0.50 0 0.04 228.8 0.89 0.67
Hex 60 7C F6 3D 32 0 4 E5 59 43
Octal 140 174 366 75 62 0 4 345 131 103
Binary 1100000 1111100 11110110 111101 110010 0 100 11100101 1011001 1000011

Color Harmonies of #607CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607CF6

Black with #607CF6

Text Example


Text Example

White with #607CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,124,246); }

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

background-color css

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

 a { background-color: rgb(96,124,246); }

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

border-color css

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

 span { border-color: rgb(96,124,246); }

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