Html Css Color HEX #0629DA Persian Blue

📋 copy color: '#0629DA'

red 6 ◦ green 41 ◦ blue 218

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

Shades of Persian Blue #0629DA

Tints of Persian Blue #0629DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 82.26%

R = 2.26%
G = 15.47%
B = 82.26%

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

#0629DA (or 0x0629DA) is known color: Persian Blue. HEX triplet: 06, 29 and DA. RGB value is (6,41,218). Sum of RGB (Red+Green+Blue) = 6+41+218=265 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.26% from 265); Green value is 41 (16.41% from 255 or 15.47% from 265); Blue value is 218 (85.55% from 255 or 82.26% from 265); Max value from RGB is 218 - color contains mainly: blue. Hex color #0629DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0629DA is #F9D625. Grayscale: #313131. Windows color (decimal): -16373286 or 14297350. OLE color: 14297350.

HSL color Cylindrical-coordinate representation of color #0629DA: hue angle of 230.09º 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 #0629DA is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 6 41 218 -
CMYK 0.97 0.81 0 0.15
HSL 230.09º 0.95% 0.44% -
HSV(B) 230.09º 0.97% 0.85% -
XYZ 13.52 6.69 66.91 -
YUV 50.71 222.4 96.11 -
System Red Green Blue C M Y K H S L
Decimal 6 41 218 0.97 0.81 0 0.15 230.09 0.95 0.44
Hex 6 29 DA 61 51 0 F E6 5F 2C
Octal 6 51 332 141 121 0 17 346 137 54
Binary 110 101001 11011010 1100001 1010001 0 1111 11100110 1011111 101100

Color Harmonies of #0629DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0629DA

Black with #0629DA

Text Example


Text Example

White with #0629DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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