Html Css Color HEX #6194FF Cornflower Blue

📋 copy color: '#6194FF'

red 97 ◦ green 148 ◦ blue 255

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

Shades of Cornflower Blue #6194FF

Tints of Cornflower Blue #6194FF

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.6%

 BLUE value IS 255 (100% from 255) = 51%

R = 19.4%
G = 29.6%
B = 51%

CMYK

 C value IS 0.62

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6194FF (or 0x6194FF) is known color: Cornflower Blue. HEX triplet: 61, 94 and FF. RGB value is (97,148,255). Sum of RGB (Red+Green+Blue) = 97+148+255=500 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.4% from 500); Green value is 148 (58.20% from 255 or 29.6% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #6194FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6194FF is #9E6B00. Grayscale: #909090. Windows color (decimal): -10382081 or 16749665. OLE color: 16749665.

HSL color Cylindrical-coordinate representation of color #6194FF: hue angle of 220.63º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6194FF is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 97 148 255 -
CMYK 0.62 0.42 0 0
HSL 220.63º 1% 0.69% -
HSV(B) 220.63º 0.62% 1% -
XYZ 33.57 30.94 98.81 -
YUV 144.95 190.1 93.8 -
System Red Green Blue C M Y K H S L
Decimal 97 148 255 0.62 0.42 0 0 220.63 1 0.69
Hex 61 94 FF 3E 2A 0 0 DD 64 45
Octal 141 224 377 76 52 0 0 335 144 105
Binary 1100001 10010100 11111111 111110 101010 0 0 11011101 1100100 1000101

Color Harmonies of #6194FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6194FF

Black with #6194FF

Text Example


Text Example

White with #6194FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6194FF; }

 p { color: rgb(97,148,255); }

 H1.HeaderClassName
 {
   color: #6194FF;
 }
 .AnyTagClassName
 {
   color: #6194FF;
 }
</style>

background-color css

<style>
 a { background-color: #6194FF; }

 a { background-color: rgb(97,148,255); }

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

border-color css

<style>
 span { border-color: #6194FF; }

 span { border-color: rgb(97,148,255); }

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