Html Css Color HEX #6294DA Cornflower Blue

📋 copy color: '#6294DA'

red 98 ◦ green 148 ◦ blue 218

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

Shades of Cornflower Blue #6294DA

Tints of Cornflower Blue #6294DA

RGB

 RED value IS 98 (38.67% from 255) = 21.12%

 GREEN value IS 148 (58.2% from 255) = 31.9%

 BLUE value IS 218 (85.55% from 255) = 46.98%

R = 21.12%
G = 31.9%
B = 46.98%

CMYK

 C value IS 0.55

 M value IS 0.32

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6294DA (or 0x6294DA) is known color: Cornflower Blue. HEX triplet: 62, 94 and DA. RGB value is (98,148,218). Sum of RGB (Red+Green+Blue) = 98+148+218=464 (61% of max value = 765). Red value is 98 (38.67% from 255 or 21.12% from 464); Green value is 148 (58.20% from 255 or 31.90% from 464); Blue value is 218 (85.55% from 255 or 46.98% from 464); Max value from RGB is 218 - color contains mainly: blue. Hex color #6294DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6294DA is #9D6B25. Grayscale: #8C8C8C. Windows color (decimal): -10316582 or 14324834. OLE color: 14324834.

HSL color Cylindrical-coordinate representation of color #6294DA: hue angle of 215º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6294DA is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 98 148 218 -
CMYK 0.55 0.32 0 0.15
HSL 215º 0.62% 0.62% -
HSV(B) 215º 0.55% 0.85% -
XYZ 28.28 28.84 70.41 -
YUV 141.03 171.44 97.31 -
System Red Green Blue C M Y K H S L
Decimal 98 148 218 0.55 0.32 0 0.15 215 0.62 0.62
Hex 62 94 DA 37 20 0 F D7 3E 3E
Octal 142 224 332 67 40 0 17 327 76 76
Binary 1100010 10010100 11011010 110111 100000 0 1111 11010111 111110 111110

Color Harmonies of #6294DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6294DA

Black with #6294DA

Text Example


Text Example

White with #6294DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6294DA; }

 p { color: rgb(98,148,218); }

 H1.HeaderClassName
 {
   color: #6294DA;
 }
 .AnyTagClassName
 {
   color: #6294DA;
 }
</style>

background-color css

<style>
 a { background-color: #6294DA; }

 a { background-color: rgb(98,148,218); }

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

border-color css

<style>
 span { border-color: #6294DA; }

 span { border-color: rgb(98,148,218); }

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