Html Css Color HEX #0630D6 Persian Blue

📋 copy color: '#0630D6'

red 6 ◦ green 48 ◦ blue 214

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

Shades of Persian Blue #0630D6

Tints of Persian Blue #0630D6

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.91%

 BLUE value IS 214 (83.98% from 255) = 79.85%

R = 2.24%
G = 17.91%
B = 79.85%

CMYK

 C value IS 0.97

 M value IS 0.78

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#0630D6 (or 0x0630D6) is known color: Persian Blue. HEX triplet: 06, 30 and D6. RGB value is (6,48,214). Sum of RGB (Red+Green+Blue) = 6+48+214=268 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.24% from 268); Green value is 48 (19.14% from 255 or 17.91% from 268); Blue value is 214 (83.98% from 255 or 79.85% from 268); Max value from RGB is 214 - color contains mainly: blue. Hex color #0630D6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0630D6 is #F9CF29. Grayscale: #353535. Windows color (decimal): -16371498 or 14036998. OLE color: 14036998.

HSL color Cylindrical-coordinate representation of color #0630D6: hue angle of 227.88º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0630D6 is Cyan = 0.97, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 6 48 214 -
CMYK 0.97 0.78 0 0.16
HSL 227.88º 0.95% 0.43% -
HSV(B) 227.88º 0.97% 0.84% -
XYZ 13.27 7.01 64.27 -
YUV 54.37 218.09 93.5 -
System Red Green Blue C M Y K H S L
Decimal 6 48 214 0.97 0.78 0 0.16 227.88 0.95 0.43
Hex 6 30 D6 61 4E 0 10 E4 5F 2B
Octal 6 60 326 141 116 0 20 344 137 53
Binary 110 110000 11010110 1100001 1001110 0 10000 11100100 1011111 101011

Color Harmonies of #0630D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0630D6

Black with #0630D6

Text Example


Text Example

White with #0630D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0630D6; }

 p { color: rgb(6,48,214); }

 H1.HeaderClassName
 {
   color: #0630D6;
 }
 .AnyTagClassName
 {
   color: #0630D6;
 }
</style>

background-color css

<style>
 a { background-color: #0630D6; }

 a { background-color: rgb(6,48,214); }

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

border-color css

<style>
 span { border-color: #0630D6; }

 span { border-color: rgb(6,48,214); }

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