Html Css Color HEX #629DF6 Cornflower Blue

📋 copy color: '#629DF6'

red 98 ◦ green 157 ◦ blue 246

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

Shades of Cornflower Blue #629DF6

Tints of Cornflower Blue #629DF6

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.34%

 BLUE value IS 246 (96.48% from 255) = 49.1%

R = 19.56%
G = 31.34%
B = 49.1%

CMYK

 C value IS 0.60

 M value IS 0.36

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#629DF6 (or 0x629DF6) is known color: Cornflower Blue. HEX triplet: 62, 9D and F6. RGB value is (98,157,246). Sum of RGB (Red+Green+Blue) = 98+157+246=501 (66% of max value = 765). Red value is 98 (38.67% from 255 or 19.56% from 501); Green value is 157 (61.72% from 255 or 31.34% from 501); Blue value is 246 (96.48% from 255 or 49.10% from 501); Max value from RGB is 246 - color contains mainly: blue. Hex color #629DF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #629DF6 is #9D6209. Grayscale: #959595. Windows color (decimal): -10314250 or 16162146. OLE color: 16162146.

HSL color Cylindrical-coordinate representation of color #629DF6: hue angle of 216.08º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #629DF6 is Cyan = 0.60, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 98 157 246 -
CMYK 0.60 0.36 0 0.04
HSL 216.08º 0.89% 0.67% -
HSV(B) 216.08º 0.6% 0.96% -
XYZ 33.73 33.36 91.85 -
YUV 149.51 182.45 91.26 -
System Red Green Blue C M Y K H S L
Decimal 98 157 246 0.60 0.36 0 0.04 216.08 0.89 0.67
Hex 62 9D F6 3C 24 0 4 D8 59 43
Octal 142 235 366 74 44 0 4 330 131 103
Binary 1100010 10011101 11110110 111100 100100 0 100 11011000 1011001 1000011

Color Harmonies of #629DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629DF6

Black with #629DF6

Text Example


Text Example

White with #629DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #629DF6; }

 p { color: rgb(98,157,246); }

 H1.HeaderClassName
 {
   color: #629DF6;
 }
 .AnyTagClassName
 {
   color: #629DF6;
 }
</style>

background-color css

<style>
 a { background-color: #629DF6; }

 a { background-color: rgb(98,157,246); }

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

border-color css

<style>
 span { border-color: #629DF6; }

 span { border-color: rgb(98,157,246); }

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