Html Css Color HEX #6485EE Cornflower Blue

📋 copy color: '#6485EE'

red 100 ◦ green 133 ◦ blue 238

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

Shades of Cornflower Blue #6485EE

Tints of Cornflower Blue #6485EE

RGB

 RED value IS 100 (39.45% from 255) = 21.23%

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

 BLUE value IS 238 (93.36% from 255) = 50.53%

R = 21.23%
G = 28.24%
B = 50.53%

CMYK

 C value IS 0.58

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6485EE (or 0x6485EE) is known color: Cornflower Blue. HEX triplet: 64, 85 and EE. RGB value is (100,133,238). Sum of RGB (Red+Green+Blue) = 100+133+238=471 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.23% from 471); Green value is 133 (52.34% from 255 or 28.24% from 471); Blue value is 238 (93.36% from 255 or 50.53% from 471); Max value from RGB is 238 - color contains mainly: blue. Hex color #6485EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6485EE is #9B7A11. Grayscale: #868686. Windows color (decimal): -10189330 or 15631716. OLE color: 15631716.

HSL color Cylindrical-coordinate representation of color #6485EE: hue angle of 225.65º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6485EE is Cyan = 0.58, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 100 133 238 -
CMYK 0.58 0.44 0 0.07
HSL 225.65º 0.8% 0.66% -
HSV(B) 225.65º 0.58% 0.93% -
XYZ 29.08 25.66 84.31 -
YUV 135.1 186.07 102.96 -
System Red Green Blue C M Y K H S L
Decimal 100 133 238 0.58 0.44 0 0.07 225.65 0.8 0.66
Hex 64 85 EE 3A 2C 0 7 E2 50 42
Octal 144 205 356 72 54 0 7 342 120 102
Binary 1100100 10000101 11101110 111010 101100 0 111 11100010 1010000 1000010

Color Harmonies of #6485EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6485EE

Black with #6485EE

Text Example


Text Example

White with #6485EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6485EE; }

 p { color: rgb(100,133,238); }

 H1.HeaderClassName
 {
   color: #6485EE;
 }
 .AnyTagClassName
 {
   color: #6485EE;
 }
</style>

background-color css

<style>
 a { background-color: #6485EE; }

 a { background-color: rgb(100,133,238); }

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

border-color css

<style>
 span { border-color: #6485EE; }

 span { border-color: rgb(100,133,238); }

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