Html Css Color HEX #0629DB Persian Blue

📋 copy color: '#0629DB'

red 6 ◦ green 41 ◦ blue 219

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

Shades of Persian Blue #0629DB

Tints of Persian Blue #0629DB

RGB

 RED value IS 6 (2.73% from 255) = 2.26%

 GREEN value IS 41 (16.41% from 255) = 15.41%

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

R = 2.26%
G = 15.41%
B = 82.33%

CMYK

 C value IS 0.97

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0629DB (or 0x0629DB) is known color: Persian Blue. HEX triplet: 06, 29 and DB. RGB value is (6,41,219). Sum of RGB (Red+Green+Blue) = 6+41+219=266 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.26% from 266); Green value is 41 (16.41% from 255 or 15.41% from 266); Blue value is 219 (85.94% from 255 or 82.33% from 266); Max value from RGB is 219 - color contains mainly: blue. Hex color #0629DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0629DB is #F9D624. Grayscale: #323232. Windows color (decimal): -16373285 or 14362886. OLE color: 14362886.

HSL color Cylindrical-coordinate representation of color #0629DB: hue angle of 230.14º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0629DB is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 6 41 219 -
CMYK 0.97 0.81 0 0.14
HSL 230.14º 0.95% 0.44% -
HSV(B) 230.14º 0.97% 0.86% -
XYZ 13.65 6.74 67.6 -
YUV 50.83 222.9 96.03 -
System Red Green Blue C M Y K H S L
Decimal 6 41 219 0.97 0.81 0 0.14 230.14 0.95 0.44
Hex 6 29 DB 61 51 0 E E6 5F 2C
Octal 6 51 333 141 121 0 16 346 137 54
Binary 110 101001 11011011 1100001 1010001 0 1110 11100110 1011111 101100

Color Harmonies of #0629DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0629DB

Black with #0629DB

Text Example


Text Example

White with #0629DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0629DB; }

 p { color: rgb(6,41,219); }

 H1.HeaderClassName
 {
   color: #0629DB;
 }
 .AnyTagClassName
 {
   color: #0629DB;
 }
</style>

background-color css

<style>
 a { background-color: #0629DB; }

 a { background-color: rgb(6,41,219); }

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

border-color css

<style>
 span { border-color: #0629DB; }

 span { border-color: rgb(6,41,219); }

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