Html Css Color HEX #619AFC Cornflower Blue

📋 copy color: '#619AFC'

red 97 ◦ green 154 ◦ blue 252

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

Shades of Cornflower Blue #619AFC

Tints of Cornflower Blue #619AFC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.62%

 BLUE value IS 252 (98.83% from 255) = 50.1%

R = 19.28%
G = 30.62%
B = 50.1%

CMYK

 C value IS 0.62

 M value IS 0.39

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#619AFC (or 0x619AFC) is known color: Cornflower Blue. HEX triplet: 61, 9A and FC. RGB value is (97,154,252). Sum of RGB (Red+Green+Blue) = 97+154+252=503 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.28% from 503); Green value is 154 (60.55% from 255 or 30.62% from 503); Blue value is 252 (98.83% from 255 or 50.10% from 503); Max value from RGB is 252 - color contains mainly: blue. Hex color #619AFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #619AFC is #9E6503. Grayscale: #939393. Windows color (decimal): -10380548 or 16554593. OLE color: 16554593.

HSL color Cylindrical-coordinate representation of color #619AFC: hue angle of 217.94º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #619AFC is Cyan = 0.62, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 97 154 252 -
CMYK 0.62 0.39 0 0.01
HSL 217.94º 0.96% 0.68% -
HSV(B) 217.94º 0.62% 0.99% -
XYZ 34.06 32.68 96.61 -
YUV 148.13 186.62 91.53 -
System Red Green Blue C M Y K H S L
Decimal 97 154 252 0.62 0.39 0 0.01 217.94 0.96 0.68
Hex 61 9A FC 3E 27 0 1 DA 60 44
Octal 141 232 374 76 47 0 1 332 140 104
Binary 1100001 10011010 11111100 111110 100111 0 1 11011010 1100000 1000100

Color Harmonies of #619AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619AFC

Black with #619AFC

Text Example


Text Example

White with #619AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,154,252); }

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

background-color css

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

 a { background-color: rgb(97,154,252); }

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

border-color css

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

 span { border-color: rgb(97,154,252); }

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