Html Css Color HEX #6096FE Cornflower Blue

📋 copy color: '#6096FE'

red 96 ◦ green 150 ◦ blue 254

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

Shades of Cornflower Blue #6096FE

Tints of Cornflower Blue #6096FE

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30%

 BLUE value IS 254 (99.61% from 255) = 50.8%

R = 19.2%
G = 30%
B = 50.8%

CMYK

 C value IS 0.62

 M value IS 0.41

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6096FE (or 0x6096FE) is known color: Cornflower Blue. HEX triplet: 60, 96 and FE. RGB value is (96,150,254). Sum of RGB (Red+Green+Blue) = 96+150+254=500 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.2% from 500); Green value is 150 (58.98% from 255 or 30% from 500); Blue value is 254 (99.61% from 255 or 50.8% from 500); Max value from RGB is 254 - color contains mainly: blue. Hex color #6096FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6096FE is #9F6901. Grayscale: #919191. Windows color (decimal): -10447106 or 16684640. OLE color: 16684640.

HSL color Cylindrical-coordinate representation of color #6096FE: hue angle of 219.49º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6096FE is Cyan = 0.62, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 96 150 254 -
CMYK 0.62 0.41 0 0.00
HSL 219.49º 0.99% 0.69% -
HSV(B) 219.49º 0.62% 1% -
XYZ 33.62 31.46 98.07 -
YUV 145.71 189.11 92.54 -
System Red Green Blue C M Y K H S L
Decimal 96 150 254 0.62 0.41 0 0.00 219.49 0.99 0.69
Hex 60 96 FE 3E 29 0 0 DB 63 45
Octal 140 226 376 76 51 0 0 333 143 105
Binary 1100000 10010110 11111110 111110 101001 0 0 11011011 1100011 1000101

Color Harmonies of #6096FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6096FE

Black with #6096FE

Text Example


Text Example

White with #6096FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6096FE; }

 p { color: rgb(96,150,254); }

 H1.HeaderClassName
 {
   color: #6096FE;
 }
 .AnyTagClassName
 {
   color: #6096FE;
 }
</style>

background-color css

<style>
 a { background-color: #6096FE; }

 a { background-color: rgb(96,150,254); }

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

border-color css

<style>
 span { border-color: #6096FE; }

 span { border-color: rgb(96,150,254); }

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