Html Css Color HEX #6095F9 Cornflower Blue

📋 copy color: '#6095F9'

red 96 ◦ green 149 ◦ blue 249

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

Shades of Cornflower Blue #6095F9

Tints of Cornflower Blue #6095F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 50.4%

R = 19.43%
G = 30.16%
B = 50.4%

CMYK

 C value IS 0.61

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6095F9 (or 0x6095F9) is known color: Cornflower Blue. HEX triplet: 60, 95 and F9. RGB value is (96,149,249). Sum of RGB (Red+Green+Blue) = 96+149+249=494 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.43% from 494); Green value is 149 (58.59% from 255 or 30.16% from 494); Blue value is 249 (97.66% from 255 or 50.40% from 494); Max value from RGB is 249 - color contains mainly: blue. Hex color #6095F9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6095F9 is #9F6A06. Grayscale: #909090. Windows color (decimal): -10447367 or 16356704. OLE color: 16356704.

HSL color Cylindrical-coordinate representation of color #6095F9: hue angle of 219.22º degrees, saturation: 0.93, 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 #6095F9 is Cyan = 0.61, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 96 149 249 -
CMYK 0.61 0.40 0 0.02
HSL 219.22º 0.93% 0.68% -
HSV(B) 219.22º 0.61% 0.98% -
XYZ 32.67 30.82 93.85 -
YUV 144.55 186.94 93.37 -
System Red Green Blue C M Y K H S L
Decimal 96 149 249 0.61 0.40 0 0.02 219.22 0.93 0.68
Hex 60 95 F9 3D 28 0 2 DB 5D 44
Octal 140 225 371 75 50 0 2 333 135 104
Binary 1100000 10010101 11111001 111101 101000 0 10 11011011 1011101 1000100

Color Harmonies of #6095F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6095F9

Black with #6095F9

Text Example


Text Example

White with #6095F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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