Html Css Color HEX #0627DB Persian Blue

📋 copy color: '#0627DB'

red 6 ◦ green 39 ◦ blue 219

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

Shades of Persian Blue #0627DB

Tints of Persian Blue #0627DB

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.77%

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

R = 2.27%
G = 14.77%
B = 82.95%

CMYK

 C value IS 0.97

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0627DB (or 0x0627DB) is known color: Persian Blue. HEX triplet: 06, 27 and DB. RGB value is (6,39,219). Sum of RGB (Red+Green+Blue) = 6+39+219=264 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.27% from 264); Green value is 39 (15.62% from 255 or 14.77% from 264); Blue value is 219 (85.94% from 255 or 82.95% from 264); Max value from RGB is 219 - color contains mainly: blue. Hex color #0627DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0627DB is #F9D824. Grayscale: #303030. Windows color (decimal): -16373797 or 14362374. OLE color: 14362374.

HSL color Cylindrical-coordinate representation of color #0627DB: hue angle of 230.7º 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 #0627DB is Cyan = 0.97, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 6 39 219 -
CMYK 0.97 0.82 0 0.14
HSL 230.7º 0.95% 0.44% -
HSV(B) 230.7º 0.97% 0.86% -
XYZ 13.59 6.6 67.58 -
YUV 49.65 223.57 96.86 -
System Red Green Blue C M Y K H S L
Decimal 6 39 219 0.97 0.82 0 0.14 230.7 0.95 0.44
Hex 6 27 DB 61 52 0 E E7 5F 2C
Octal 6 47 333 141 122 0 16 347 137 54
Binary 110 100111 11011011 1100001 1010010 0 1110 11100111 1011111 101100

Color Harmonies of #0627DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0627DB

Black with #0627DB

Text Example


Text Example

White with #0627DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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