Html Css Color HEX #629EDB Picton Blue

📋 copy color: '#629EDB'

red 98 ◦ green 158 ◦ blue 219

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

Shades of Picton Blue #629EDB

Tints of Picton Blue #629EDB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 33.26%

 BLUE value IS 219 (85.94% from 255) = 46.11%

R = 20.63%
G = 33.26%
B = 46.11%

CMYK

 C value IS 0.55

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#629EDB (or 0x629EDB) is known color: Picton Blue. HEX triplet: 62, 9E and DB. RGB value is (98,158,219). Sum of RGB (Red+Green+Blue) = 98+158+219=475 (62% of max value = 765). Red value is 98 (38.67% from 255 or 20.63% from 475); Green value is 158 (62.11% from 255 or 33.26% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 219 - color contains mainly: blue. Hex color #629EDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #629EDB is #9D6124. Grayscale: #929292. Windows color (decimal): -10314021 or 14392930. OLE color: 14392930.

HSL color Cylindrical-coordinate representation of color #629EDB: hue angle of 210.25º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #629EDB is Cyan = 0.55, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 98 158 219 -
CMYK 0.55 0.28 0 0.14
HSL 210.25º 0.63% 0.62% -
HSV(B) 210.25º 0.55% 0.86% -
XYZ 30.05 32.16 71.64 -
YUV 147.01 168.62 93.04 -
System Red Green Blue C M Y K H S L
Decimal 98 158 219 0.55 0.28 0 0.14 210.25 0.63 0.62
Hex 62 9E DB 37 1C 0 E D2 3F 3E
Octal 142 236 333 67 34 0 16 322 77 76
Binary 1100010 10011110 11011011 110111 11100 0 1110 11010010 111111 111110

Color Harmonies of #629EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629EDB

Black with #629EDB

Text Example


Text Example

White with #629EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,158,219); }

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

background-color css

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

 a { background-color: rgb(98,158,219); }

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

border-color css

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

 span { border-color: rgb(98,158,219); }

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