Html Css Color HEX #6095F1 Cornflower Blue

📋 copy color: '#6095F1'

red 96 ◦ green 149 ◦ blue 241

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

Shades of Cornflower Blue #6095F1

Tints of Cornflower Blue #6095F1

RGB

 RED value IS 96 (37.89% from 255) = 19.75%

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

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

R = 19.75%
G = 30.66%
B = 49.59%

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

#6095F1 (or 0x6095F1) is known color: Cornflower Blue. HEX triplet: 60, 95 and F1. RGB value is (96,149,241). Sum of RGB (Red+Green+Blue) = 96+149+241=486 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.75% from 486); Green value is 149 (58.59% from 255 or 30.66% from 486); Blue value is 241 (94.53% from 255 or 49.59% from 486); Max value from RGB is 241 - color contains mainly: blue. Hex color #6095F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6095F1 is #9F6A0E. Grayscale: #8F8F8F. Windows color (decimal): -10447375 or 15832416. OLE color: 15832416.

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

Color convert

RGB 96 149 241 -
CMYK 0.60 0.38 0 0.05
HSL 218.07º 0.84% 0.66% -
HSV(B) 218.07º 0.6% 0.95% -
XYZ 31.45 30.33 87.42 -
YUV 143.64 182.94 94.02 -
System Red Green Blue C M Y K H S L
Decimal 96 149 241 0.60 0.38 0 0.05 218.07 0.84 0.66
Hex 60 95 F1 3C 26 0 5 DA 54 42
Octal 140 225 361 74 46 0 5 332 124 102
Binary 1100000 10010101 11110001 111100 100110 0 101 11011010 1010100 1000010

Color Harmonies of #6095F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6095F1

Black with #6095F1

Text Example


Text Example

White with #6095F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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