Html Css Color HEX #6084FE Cornflower Blue

📋 copy color: '#6084FE'

red 96 ◦ green 132 ◦ blue 254

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

Shades of Cornflower Blue #6084FE

Tints of Cornflower Blue #6084FE

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.39%

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

R = 19.92%
G = 27.39%
B = 52.7%

CMYK

 C value IS 0.62

 M value IS 0.48

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6084FE (or 0x6084FE) is known color: Cornflower Blue. HEX triplet: 60, 84 and FE. RGB value is (96,132,254). Sum of RGB (Red+Green+Blue) = 96+132+254=482 (63% of max value = 765). Red value is 96 (37.89% from 255 or 19.92% from 482); Green value is 132 (51.95% from 255 or 27.39% from 482); Blue value is 254 (99.61% from 255 or 52.70% from 482); Max value from RGB is 254 - color contains mainly: blue. Hex color #6084FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6084FE is #9F7B01. Grayscale: #868686. Windows color (decimal): -10451714 or 16680032. OLE color: 16680032.

HSL color Cylindrical-coordinate representation of color #6084FE: hue angle of 226.33º 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 #6084FE is Cyan = 0.62, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 96 132 254 -
CMYK 0.62 0.48 0 0.00
HSL 226.33º 0.99% 0.69% -
HSV(B) 226.33º 0.62% 1% -
XYZ 30.96 26.15 97.18 -
YUV 135.14 195.07 100.08 -
System Red Green Blue C M Y K H S L
Decimal 96 132 254 0.62 0.48 0 0.00 226.33 0.99 0.69
Hex 60 84 FE 3E 30 0 0 E2 63 45
Octal 140 204 376 76 60 0 0 342 143 105
Binary 1100000 10000100 11111110 111110 110000 0 0 11100010 1100011 1000101

Color Harmonies of #6084FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6084FE

Black with #6084FE

Text Example


Text Example

White with #6084FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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