#619CF2

Color #619CF2 Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #619CF2

Tints of Cornflower Blue #619CF2

Color information

#619CF2 (or 0x619CF2) is unknown color: approx Cornflower Blue. HEX triplet: 61, 9C and F2. RGB value is (97,156,242). Sum of RGB (Red+Green+Blue) = 97+156+242=495 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.60% from 495); Green value is 156 (61.33% from 255 or 31.52% from 495); Blue value is 242 (94.92% from 255 or 48.89% from 495); Max value from RGB is 242 - color contains mainly: blue. Hex color #619CF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #619CF2 is #9E630D. Grayscale: #939393. Windows color (decimal): -10380046 or 15899745. OLE color: 15899745.

HSL color Cylindrical-coordinate representation of color #619CF2: hue angle of 215.59º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #619CF2 is Cyan = 0.60, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB97156242-
CMYK0.600.3600.05
HSL215.59º84.8%66.47%-
HSV(B)215.59º59.92%94.9%-
XYZ32.8532.7388.59-
YUV148.16180.9591.51-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.60%
GREEN value IS 156 (61.33% from 255) = 31.52%
BLUE value IS 242 (94.92% from 255) = 48.89%
R=19.60%
G=31.52%
B=48.89%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal971562420.600.3600.05215.5984.866.47
Hex619CF23C2405d85542
Octal141234362744405330125102
Binary1100001100111001111001011110010010001011101100010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619CF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,156,242); }

 H1.HeaderClassName
 {
   color: #619CF2;
 }
 .AnyTagClassName
 {
   color: #619CF2;
 }
</style>
background-color css

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

 a { background-color: rgb(97,156,242); }

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

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

 span { border-color: rgb(97,156,242); }

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