Html Css Color HEX #6195F1 Cornflower Blue

📋 copy color: '#6195F1'

red 97 ◦ green 149 ◦ blue 241

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

Shades of Cornflower Blue #6195F1

Tints of Cornflower Blue #6195F1

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.6%

 BLUE value IS 241 (94.53% from 255) = 49.49%

R = 19.92%
G = 30.6%
B = 49.49%

CMYK

 C value IS 0.60

 M value IS 0.38

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6195F1 (or 0x6195F1) is known color: Cornflower Blue. HEX triplet: 61, 95 and F1. RGB value is (97,149,241). Sum of RGB (Red+Green+Blue) = 97+149+241=487 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.92% from 487); Green value is 149 (58.59% from 255 or 30.60% from 487); Blue value is 241 (94.53% from 255 or 49.49% from 487); Max value from RGB is 241 - color contains mainly: blue. Hex color #6195F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6195F1 is #9E6A0E. Grayscale: #8F8F8F. Windows color (decimal): -10381839 or 15832417. OLE color: 15832417.

HSL color Cylindrical-coordinate representation of color #6195F1: hue angle of 218.33º degrees, saturation: 0.84, 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 #6195F1 is Cyan = 0.60, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 97 149 241 -
CMYK 0.60 0.38 0 0.05
HSL 218.33º 0.84% 0.66% -
HSV(B) 218.33º 0.6% 0.95% -
XYZ 31.55 30.39 87.42 -
YUV 143.94 182.77 94.52 -
System Red Green Blue C M Y K H S L
Decimal 97 149 241 0.60 0.38 0 0.05 218.33 0.84 0.66
Hex 61 95 F1 3C 26 0 5 DA 54 42
Octal 141 225 361 74 46 0 5 332 124 102
Binary 1100001 10010101 11110001 111100 100110 0 101 11011010 1010100 1000010

Color Harmonies of #6195F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6195F1

Black with #6195F1

Text Example


Text Example

White with #6195F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6195F1; }

 p { color: rgb(97,149,241); }

 H1.HeaderClassName
 {
   color: #6195F1;
 }
 .AnyTagClassName
 {
   color: #6195F1;
 }
</style>

background-color css

<style>
 a { background-color: #6195F1; }

 a { background-color: rgb(97,149,241); }

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

border-color css

<style>
 span { border-color: #6195F1; }

 span { border-color: rgb(97,149,241); }

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