Html Css Color HEX #619FF0 Cornflower Blue

📋 copy color: '#619FF0'

red 97 ◦ green 159 ◦ blue 240

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

Shades of Cornflower Blue #619FF0

Tints of Cornflower Blue #619FF0

RGB

 RED value IS 97 (38.28% from 255) = 19.56%

 GREEN value IS 159 (62.5% from 255) = 32.06%

 BLUE value IS 240 (94.14% from 255) = 48.39%

R = 19.56%
G = 32.06%
B = 48.39%

CMYK

 C value IS 0.60

 M value IS 0.34

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#619FF0 (or 0x619FF0) is known color: Cornflower Blue. HEX triplet: 61, 9F and F0. RGB value is (97,159,240). Sum of RGB (Red+Green+Blue) = 97+159+240=496 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.56% from 496); Green value is 159 (62.5% from 255 or 32.06% from 496); Blue value is 240 (94.14% from 255 or 48.39% from 496); Max value from RGB is 240 - color contains mainly: blue. Hex color #619FF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #619FF0 is #9E600F. Grayscale: #959595. Windows color (decimal): -10379280 or 15769441. OLE color: 15769441.

HSL color Cylindrical-coordinate representation of color #619FF0: hue angle of 213.99º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #619FF0 is Cyan = 0.60, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 97 159 240 -
CMYK 0.60 0.34 0 0.06
HSL 213.99º 0.83% 0.66% -
HSV(B) 213.99º 0.6% 0.94% -
XYZ 33.06 33.63 87.19 -
YUV 149.7 178.96 90.41 -
System Red Green Blue C M Y K H S L
Decimal 97 159 240 0.60 0.34 0 0.06 213.99 0.83 0.66
Hex 61 9F F0 3C 22 0 6 D6 53 42
Octal 141 237 360 74 42 0 6 326 123 102
Binary 1100001 10011111 11110000 111100 100010 0 110 11010110 1010011 1000010

Color Harmonies of #619FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619FF0

Black with #619FF0

Text Example


Text Example

White with #619FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619FF0; }

 p { color: rgb(97,159,240); }

 H1.HeaderClassName
 {
   color: #619FF0;
 }
 .AnyTagClassName
 {
   color: #619FF0;
 }
</style>

background-color css

<style>
 a { background-color: #619FF0; }

 a { background-color: rgb(97,159,240); }

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

border-color css

<style>
 span { border-color: #619FF0; }

 span { border-color: rgb(97,159,240); }

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