Html Css Color HEX #6485FD Cornflower Blue

📋 copy color: '#6485FD'

red 100 ◦ green 133 ◦ blue 253

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

Shades of Cornflower Blue #6485FD

Tints of Cornflower Blue #6485FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 52.06%

R = 20.58%
G = 27.37%
B = 52.06%

CMYK

 C value IS 0.60

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6485FD (or 0x6485FD) is known color: Cornflower Blue. HEX triplet: 64, 85 and FD. RGB value is (100,133,253). Sum of RGB (Red+Green+Blue) = 100+133+253=486 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.58% from 486); Green value is 133 (52.34% from 255 or 27.37% from 486); Blue value is 253 (99.22% from 255 or 52.06% from 486); Max value from RGB is 253 - color contains mainly: blue. Hex color #6485FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6485FD is #9B7A02. Grayscale: #888888. Windows color (decimal): -10189315 or 16614756. OLE color: 16614756.

HSL color Cylindrical-coordinate representation of color #6485FD: hue angle of 227.06º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6485FD is Cyan = 0.60, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 100 133 253 -
CMYK 0.60 0.47 0 0.01
HSL 227.06º 0.97% 0.69% -
HSV(B) 227.06º 0.6% 0.99% -
XYZ 31.37 26.58 96.4 -
YUV 136.81 193.57 101.74 -
System Red Green Blue C M Y K H S L
Decimal 100 133 253 0.60 0.47 0 0.01 227.06 0.97 0.69
Hex 64 85 FD 3C 2F 0 1 E3 61 45
Octal 144 205 375 74 57 0 1 343 141 105
Binary 1100100 10000101 11111101 111100 101111 0 1 11100011 1100001 1000101

Color Harmonies of #6485FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6485FD

Black with #6485FD

Text Example


Text Example

White with #6485FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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