Html Css Color HEX #6498FF Cornflower Blue

📋 copy color: '#6498FF'

red 100 ◦ green 152 ◦ blue 255

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

Shades of Cornflower Blue #6498FF

Tints of Cornflower Blue #6498FF

RGB

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

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

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

R = 19.72%
G = 29.98%
B = 50.3%

CMYK

 C value IS 0.61

 M value IS 0.40

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6498FF (or 0x6498FF) is known color: Cornflower Blue. HEX triplet: 64, 98 and FF. RGB value is (100,152,255). Sum of RGB (Red+Green+Blue) = 100+152+255=507 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.72% from 507); Green value is 152 (59.77% from 255 or 29.98% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #6498FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6498FF is #9B6700. Grayscale: #939393. Windows color (decimal): -10184449 or 16750692. OLE color: 16750692.

HSL color Cylindrical-coordinate representation of color #6498FF: hue angle of 219.87º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6498FF is Cyan = 0.61, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 100 152 255 -
CMYK 0.61 0.40 0 0
HSL 219.87º 1% 0.7% -
HSV(B) 219.87º 0.61% 1% -
XYZ 34.53 32.39 99.04 -
YUV 148.19 188.27 93.62 -
System Red Green Blue C M Y K H S L
Decimal 100 152 255 0.61 0.40 0 0 219.87 1 0.7
Hex 64 98 FF 3D 28 0 0 DC 64 46
Octal 144 230 377 75 50 0 0 334 144 106
Binary 1100100 10011000 11111111 111101 101000 0 0 11011100 1100100 1000110

Color Harmonies of #6498FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6498FF

Black with #6498FF

Text Example


Text Example

White with #6498FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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