Html Css Color HEX #6084FF Cornflower Blue

📋 copy color: '#6084FF'

red 96 ◦ green 132 ◦ blue 255

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

Shades of Cornflower Blue #6084FF

Tints of Cornflower Blue #6084FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 52.8%

R = 19.88%
G = 27.33%
B = 52.8%

CMYK

 C value IS 0.62

 M value IS 0.48

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6084FF (or 0x6084FF) is known color: Cornflower Blue. HEX triplet: 60, 84 and FF. RGB value is (96,132,255). Sum of RGB (Red+Green+Blue) = 96+132+255=483 (63% of max value = 765). Red value is 96 (37.89% from 255 or 19.88% from 483); Green value is 132 (51.95% from 255 or 27.33% from 483); Blue value is 255 (100% from 255 or 52.80% from 483); Max value from RGB is 255 - color contains mainly: blue. Hex color #6084FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6084FF is #9F7B00. Grayscale: #868686. Windows color (decimal): -10451713 or 16745568. OLE color: 16745568.

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

Color convert

RGB 96 132 255 -
CMYK 0.62 0.48 0 0
HSL 226.42º 1% 0.69% -
HSV(B) 226.42º 0.62% 1% -
XYZ 31.13 26.21 98.03 -
YUV 135.26 195.57 100 -
System Red Green Blue C M Y K H S L
Decimal 96 132 255 0.62 0.48 0 0 226.42 1 0.69
Hex 60 84 FF 3E 30 0 0 E2 64 45
Octal 140 204 377 76 60 0 0 342 144 105
Binary 1100000 10000100 11111111 111110 110000 0 0 11100010 1100100 1000101

Color Harmonies of #6084FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6084FF

Black with #6084FF

Text Example


Text Example

White with #6084FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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