Html Css Color HEX #6095E5 Cornflower Blue

📋 copy color: '#6095E5'

red 96 ◦ green 149 ◦ blue 229

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

Shades of Cornflower Blue #6095E5

Tints of Cornflower Blue #6095E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 48.31%

R = 20.25%
G = 31.43%
B = 48.31%

CMYK

 C value IS 0.58

 M value IS 0.35

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#6095E5 (or 0x6095E5) is known color: Cornflower Blue. HEX triplet: 60, 95 and E5. RGB value is (96,149,229). Sum of RGB (Red+Green+Blue) = 96+149+229=474 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.25% from 474); Green value is 149 (58.59% from 255 or 31.43% from 474); Blue value is 229 (89.84% from 255 or 48.31% from 474); Max value from RGB is 229 - color contains mainly: blue. Hex color #6095E5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6095E5 is #9F6A1A. Grayscale: #8D8D8D. Windows color (decimal): -10447387 or 15045984. OLE color: 15045984.

HSL color Cylindrical-coordinate representation of color #6095E5: hue angle of 216.09º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6095E5 is Cyan = 0.58, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 96 149 229 -
CMYK 0.58 0.35 0 0.10
HSL 216.09º 0.72% 0.64% -
HSV(B) 216.09º 0.58% 0.9% -
XYZ 29.71 29.64 78.28 -
YUV 142.27 176.94 95 -
System Red Green Blue C M Y K H S L
Decimal 96 149 229 0.58 0.35 0 0.10 216.09 0.72 0.64
Hex 60 95 E5 3A 23 0 A D8 48 40
Octal 140 225 345 72 43 0 12 330 110 100
Binary 1100000 10010101 11100101 111010 100011 0 1010 11011000 1001000 1000000

Color Harmonies of #6095E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6095E5

Black with #6095E5

Text Example


Text Example

White with #6095E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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