Html Css Color HEX #628DD6 Cornflower Blue

📋 copy color: '#628DD6'

red 98 ◦ green 141 ◦ blue 214

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

Shades of Cornflower Blue #628DD6

Tints of Cornflower Blue #628DD6

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.13%

 BLUE value IS 214 (83.98% from 255) = 47.24%

R = 21.63%
G = 31.13%
B = 47.24%

CMYK

 C value IS 0.54

 M value IS 0.34

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#628DD6 (or 0x628DD6) is known color: Cornflower Blue. HEX triplet: 62, 8D and D6. RGB value is (98,141,214). Sum of RGB (Red+Green+Blue) = 98+141+214=453 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.63% from 453); Green value is 141 (55.47% from 255 or 31.13% from 453); Blue value is 214 (83.98% from 255 or 47.24% from 453); Max value from RGB is 214 - color contains mainly: blue. Hex color #628DD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #628DD6 is #9D7229. Grayscale: #888888. Windows color (decimal): -10318378 or 14060898. OLE color: 14060898.

HSL color Cylindrical-coordinate representation of color #628DD6: hue angle of 217.76º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #628DD6 is Cyan = 0.54, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 98 141 214 -
CMYK 0.54 0.34 0 0.16
HSL 217.76º 0.59% 0.61% -
HSV(B) 217.76º 0.54% 0.84% -
XYZ 26.7 26.5 67.33 -
YUV 136.47 171.75 100.56 -
System Red Green Blue C M Y K H S L
Decimal 98 141 214 0.54 0.34 0 0.16 217.76 0.59 0.61
Hex 62 8D D6 36 22 0 10 DA 3B 3D
Octal 142 215 326 66 42 0 20 332 73 75
Binary 1100010 10001101 11010110 110110 100010 0 10000 11011010 111011 111101

Color Harmonies of #628DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628DD6

Black with #628DD6

Text Example


Text Example

White with #628DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628DD6; }

 p { color: rgb(98,141,214); }

 H1.HeaderClassName
 {
   color: #628DD6;
 }
 .AnyTagClassName
 {
   color: #628DD6;
 }
</style>

background-color css

<style>
 a { background-color: #628DD6; }

 a { background-color: rgb(98,141,214); }

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

border-color css

<style>
 span { border-color: #628DD6; }

 span { border-color: rgb(98,141,214); }

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