Html Css Color HEX #6095F6 Cornflower Blue

📋 copy color: '#6095F6'

red 96 ◦ green 149 ◦ blue 246

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

Shades of Cornflower Blue #6095F6

Tints of Cornflower Blue #6095F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 50.1%

R = 19.55%
G = 30.35%
B = 50.1%

CMYK

 C value IS 0.61

 M value IS 0.39

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#6095F6 (or 0x6095F6) is known color: Cornflower Blue. HEX triplet: 60, 95 and F6. RGB value is (96,149,246). Sum of RGB (Red+Green+Blue) = 96+149+246=491 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.55% from 491); Green value is 149 (58.59% from 255 or 30.35% from 491); Blue value is 246 (96.48% from 255 or 50.10% from 491); Max value from RGB is 246 - color contains mainly: blue. Hex color #6095F6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6095F6 is #9F6A09. Grayscale: #8F8F8F. Windows color (decimal): -10447370 or 16160096. OLE color: 16160096.

HSL color Cylindrical-coordinate representation of color #6095F6: hue angle of 218.8º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6095F6 is Cyan = 0.61, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 96 149 246 -
CMYK 0.61 0.39 0 0.04
HSL 218.8º 0.89% 0.67% -
HSV(B) 218.8º 0.61% 0.96% -
XYZ 32.21 30.64 91.4 -
YUV 144.21 185.44 93.61 -
System Red Green Blue C M Y K H S L
Decimal 96 149 246 0.61 0.39 0 0.04 218.8 0.89 0.67
Hex 60 95 F6 3D 27 0 4 DB 59 43
Octal 140 225 366 75 47 0 4 333 131 103
Binary 1100000 10010101 11110110 111101 100111 0 100 11011011 1011001 1000011

Color Harmonies of #6095F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6095F6

Black with #6095F6

Text Example


Text Example

White with #6095F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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