Html Css Color HEX #629BF6 Cornflower Blue

📋 copy color: '#629BF6'

red 98 ◦ green 155 ◦ blue 246

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

Shades of Cornflower Blue #629BF6

Tints of Cornflower Blue #629BF6

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.06%

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

R = 19.64%
G = 31.06%
B = 49.3%

CMYK

 C value IS 0.60

 M value IS 0.37

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#629BF6 (or 0x629BF6) is known color: Cornflower Blue. HEX triplet: 62, 9B and F6. RGB value is (98,155,246). Sum of RGB (Red+Green+Blue) = 98+155+246=499 (66% of max value = 765). Red value is 98 (38.67% from 255 or 19.64% from 499); Green value is 155 (60.94% from 255 or 31.06% from 499); Blue value is 246 (96.48% from 255 or 49.30% from 499); Max value from RGB is 246 - color contains mainly: blue. Hex color #629BF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #629BF6 is #9D6409. Grayscale: #939393. Windows color (decimal): -10314762 or 16161634. OLE color: 16161634.

HSL color Cylindrical-coordinate representation of color #629BF6: hue angle of 216.89º 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 #629BF6 is Cyan = 0.60, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 98 155 246 -
CMYK 0.60 0.37 0 0.04
HSL 216.89º 0.89% 0.67% -
HSV(B) 216.89º 0.6% 0.96% -
XYZ 33.39 32.69 91.74 -
YUV 148.33 183.12 92.1 -
System Red Green Blue C M Y K H S L
Decimal 98 155 246 0.60 0.37 0 0.04 216.89 0.89 0.67
Hex 62 9B F6 3C 25 0 4 D9 59 43
Octal 142 233 366 74 45 0 4 331 131 103
Binary 1100010 10011011 11110110 111100 100101 0 100 11011001 1011001 1000011

Color Harmonies of #629BF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629BF6

Black with #629BF6

Text Example


Text Example

White with #629BF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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