Html Css Color HEX #6191FA Cornflower Blue

📋 copy color: '#6191FA'

red 97 ◦ green 145 ◦ blue 250

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

Shades of Cornflower Blue #6191FA

Tints of Cornflower Blue #6191FA

RGB

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

 GREEN value IS 145 (57.03% from 255) = 29.47%

 BLUE value IS 250 (98.05% from 255) = 50.81%

R = 19.72%
G = 29.47%
B = 50.81%

CMYK

 C value IS 0.61

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6191FA (or 0x6191FA) is known color: Cornflower Blue. HEX triplet: 61, 91 and FA. RGB value is (97,145,250). Sum of RGB (Red+Green+Blue) = 97+145+250=492 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.72% from 492); Green value is 145 (57.03% from 255 or 29.47% from 492); Blue value is 250 (98.05% from 255 or 50.81% from 492); Max value from RGB is 250 - color contains mainly: blue. Hex color #6191FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6191FA is #9E6E05. Grayscale: #8E8E8E. Windows color (decimal): -10382854 or 16421217. OLE color: 16421217.

HSL color Cylindrical-coordinate representation of color #6191FA: hue angle of 221.18º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6191FA is Cyan = 0.61, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 97 145 250 -
CMYK 0.61 0.42 0 0.02
HSL 221.18º 0.94% 0.68% -
HSV(B) 221.18º 0.61% 0.98% -
XYZ 32.31 29.69 94.47 -
YUV 142.62 188.6 95.46 -
System Red Green Blue C M Y K H S L
Decimal 97 145 250 0.61 0.42 0 0.02 221.18 0.94 0.68
Hex 61 91 FA 3D 2A 0 2 DD 5E 44
Octal 141 221 372 75 52 0 2 335 136 104
Binary 1100001 10010001 11111010 111101 101010 0 10 11011101 1011110 1000100

Color Harmonies of #6191FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6191FA

Black with #6191FA

Text Example


Text Example

White with #6191FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6191FA; }

 p { color: rgb(97,145,250); }

 H1.HeaderClassName
 {
   color: #6191FA;
 }
 .AnyTagClassName
 {
   color: #6191FA;
 }
</style>

background-color css

<style>
 a { background-color: #6191FA; }

 a { background-color: rgb(97,145,250); }

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

border-color css

<style>
 span { border-color: #6191FA; }

 span { border-color: rgb(97,145,250); }

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