Html Css Color HEX #607CE6 Cornflower Blue

📋 copy color: '#607CE6'

red 96 ◦ green 124 ◦ blue 230

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

Shades of Cornflower Blue #607CE6

Tints of Cornflower Blue #607CE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 51.11%

R = 21.33%
G = 27.56%
B = 51.11%

CMYK

 C value IS 0.58

 M value IS 0.46

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#607CE6 (or 0x607CE6) is known color: Cornflower Blue. HEX triplet: 60, 7C and E6. RGB value is (96,124,230). Sum of RGB (Red+Green+Blue) = 96+124+230=450 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.33% from 450); Green value is 124 (48.83% from 255 or 27.56% from 450); Blue value is 230 (90.23% from 255 or 51.11% from 450); Max value from RGB is 230 - color contains mainly: blue. Hex color #607CE6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #607CE6 is #9F8319. Grayscale: #7F7F7F. Windows color (decimal): -10453786 or 15105120. OLE color: 15105120.

HSL color Cylindrical-coordinate representation of color #607CE6: hue angle of 227.46º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #607CE6 is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 96 124 230 -
CMYK 0.58 0.46 0 0.10
HSL 227.46º 0.73% 0.64% -
HSV(B) 227.46º 0.58% 0.9% -
XYZ 26.31 22.62 77.84 -
YUV 127.71 185.72 105.38 -
System Red Green Blue C M Y K H S L
Decimal 96 124 230 0.58 0.46 0 0.10 227.46 0.73 0.64
Hex 60 7C E6 3A 2E 0 A E3 49 40
Octal 140 174 346 72 56 0 12 343 111 100
Binary 1100000 1111100 11100110 111010 101110 0 1010 11100011 1001001 1000000

Color Harmonies of #607CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607CE6

Black with #607CE6

Text Example


Text Example

White with #607CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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