Html Css Color HEX #6085FF Cornflower Blue

📋 copy color: '#6085FF'

red 96 ◦ green 133 ◦ blue 255

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

Shades of Cornflower Blue #6085FF

Tints of Cornflower Blue #6085FF

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.48%

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

R = 19.83%
G = 27.48%
B = 52.69%

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

#6085FF (or 0x6085FF) is known color: Cornflower Blue. HEX triplet: 60, 85 and FF. RGB value is (96,133,255). Sum of RGB (Red+Green+Blue) = 96+133+255=484 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.83% from 484); Green value is 133 (52.34% from 255 or 27.48% from 484); Blue value is 255 (100% from 255 or 52.69% from 484); Max value from RGB is 255 - color contains mainly: blue. Hex color #6085FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6085FF is #9F7A00. Grayscale: #878787. Windows color (decimal): -10451457 or 16745824. OLE color: 16745824.

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

Color convert

RGB 96 133 255 -
CMYK 0.62 0.48 0 0
HSL 226.04º 1% 0.69% -
HSV(B) 226.04º 0.62% 1% -
XYZ 31.26 26.48 98.07 -
YUV 135.85 195.24 99.58 -
System Red Green Blue C M Y K H S L
Decimal 96 133 255 0.62 0.48 0 0 226.04 1 0.69
Hex 60 85 FF 3E 30 0 0 E2 64 45
Octal 140 205 377 76 60 0 0 342 144 105
Binary 1100000 10000101 11111111 111110 110000 0 0 11100010 1100100 1000101

Color Harmonies of #6085FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6085FF

Black with #6085FF

Text Example


Text Example

White with #6085FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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