Html Css Color HEX #6488FD Cornflower Blue

📋 copy color: '#6488FD'

red 100 ◦ green 136 ◦ blue 253

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

Shades of Cornflower Blue #6488FD

Tints of Cornflower Blue #6488FD

RGB

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

 GREEN value IS 136 (53.52% from 255) = 27.81%

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

R = 20.45%
G = 27.81%
B = 51.74%

CMYK

 C value IS 0.60

 M value IS 0.46

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6488FD (or 0x6488FD) is known color: Cornflower Blue. HEX triplet: 64, 88 and FD. RGB value is (100,136,253). Sum of RGB (Red+Green+Blue) = 100+136+253=489 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.45% from 489); Green value is 136 (53.52% from 255 or 27.81% from 489); Blue value is 253 (99.22% from 255 or 51.74% from 489); Max value from RGB is 253 - color contains mainly: blue. Hex color #6488FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6488FD is #9B7702. Grayscale: #8A8A8A. Windows color (decimal): -10188547 or 16615524. OLE color: 16615524.

HSL color Cylindrical-coordinate representation of color #6488FD: hue angle of 225.88º 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 #6488FD is Cyan = 0.60, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 100 136 253 -
CMYK 0.60 0.46 0 0.01
HSL 225.88º 0.97% 0.69% -
HSV(B) 225.88º 0.6% 0.99% -
XYZ 31.79 27.41 96.54 -
YUV 138.57 192.57 100.49 -
System Red Green Blue C M Y K H S L
Decimal 100 136 253 0.60 0.46 0 0.01 225.88 0.97 0.69
Hex 64 88 FD 3C 2E 0 1 E2 61 45
Octal 144 210 375 74 56 0 1 342 141 105
Binary 1100100 10001000 11111101 111100 101110 0 1 11100010 1100001 1000101

Color Harmonies of #6488FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6488FD

Black with #6488FD

Text Example


Text Example

White with #6488FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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