Html Css Color HEX #6498DE Cornflower Blue

📋 copy color: '#6498DE'

red 100 ◦ green 152 ◦ blue 222

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

Shades of Cornflower Blue #6498DE

Tints of Cornflower Blue #6498DE

RGB

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

 GREEN value IS 152 (59.77% from 255) = 32.07%

 BLUE value IS 222 (87.11% from 255) = 46.84%

R = 21.1%
G = 32.07%
B = 46.84%

CMYK

 C value IS 0.55

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6498DE (or 0x6498DE) is known color: Cornflower Blue. HEX triplet: 64, 98 and DE. RGB value is (100,152,222). Sum of RGB (Red+Green+Blue) = 100+152+222=474 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.10% from 474); Green value is 152 (59.77% from 255 or 32.07% from 474); Blue value is 222 (87.11% from 255 or 46.84% from 474); Max value from RGB is 222 - color contains mainly: blue. Hex color #6498DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6498DE is #9B6721. Grayscale: #909090. Windows color (decimal): -10184482 or 14588004. OLE color: 14588004.

HSL color Cylindrical-coordinate representation of color #6498DE: hue angle of 214.43º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6498DE is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 100 152 222 -
CMYK 0.55 0.32 0 0.13
HSL 214.43º 0.65% 0.63% -
HSV(B) 214.43º 0.55% 0.87% -
XYZ 29.67 30.44 73.42 -
YUV 144.43 171.77 96.31 -
System Red Green Blue C M Y K H S L
Decimal 100 152 222 0.55 0.32 0 0.13 214.43 0.65 0.63
Hex 64 98 DE 37 20 0 D D6 41 3F
Octal 144 230 336 67 40 0 15 326 101 77
Binary 1100100 10011000 11011110 110111 100000 0 1101 11010110 1000001 111111

Color Harmonies of #6498DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6498DE

Black with #6498DE

Text Example


Text Example

White with #6498DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6498DE; }

 p { color: rgb(100,152,222); }

 H1.HeaderClassName
 {
   color: #6498DE;
 }
 .AnyTagClassName
 {
   color: #6498DE;
 }
</style>

background-color css

<style>
 a { background-color: #6498DE; }

 a { background-color: rgb(100,152,222); }

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

border-color css

<style>
 span { border-color: #6498DE; }

 span { border-color: rgb(100,152,222); }

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