Html Css Color HEX #0629D9 Persian Blue

📋 copy color: '#0629D9'

red 6 ◦ green 41 ◦ blue 217

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

Shades of Persian Blue #0629D9

Tints of Persian Blue #0629D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 82.2%

R = 2.27%
G = 15.53%
B = 82.2%

CMYK

 C value IS 0.97

 M value IS 0.81

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0629D9 (or 0x0629D9) is known color: Persian Blue. HEX triplet: 06, 29 and D9. RGB value is (6,41,217). Sum of RGB (Red+Green+Blue) = 6+41+217=264 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.27% from 264); Green value is 41 (16.41% from 255 or 15.53% from 264); Blue value is 217 (85.16% from 255 or 82.20% from 264); Max value from RGB is 217 - color contains mainly: blue. Hex color #0629D9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0629D9 is #F9D626. Grayscale: #313131. Windows color (decimal): -16373287 or 14231814. OLE color: 14231814.

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

Color convert

RGB 6 41 217 -
CMYK 0.97 0.81 0 0.15
HSL 230.05º 0.95% 0.44% -
HSV(B) 230.05º 0.97% 0.85% -
XYZ 13.39 6.63 66.22 -
YUV 50.6 221.9 96.19 -
System Red Green Blue C M Y K H S L
Decimal 6 41 217 0.97 0.81 0 0.15 230.05 0.95 0.44
Hex 6 29 D9 61 51 0 F E6 5F 2C
Octal 6 51 331 141 121 0 17 346 137 54
Binary 110 101001 11011001 1100001 1010001 0 1111 11100110 1011111 101100

Color Harmonies of #0629D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0629D9

Black with #0629D9

Text Example


Text Example

White with #0629D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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