Html Css Color HEX #0627CD Persian Blue

📋 copy color: '#0627CD'

red 6 ◦ green 39 ◦ blue 205

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

Shades of Persian Blue #0627CD

Tints of Persian Blue #0627CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 82%

R = 2.4%
G = 15.6%
B = 82%

CMYK

 C value IS 0.97

 M value IS 0.81

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0627CD (or 0x0627CD) is known color: Persian Blue. HEX triplet: 06, 27 and CD. RGB value is (6,39,205). Sum of RGB (Red+Green+Blue) = 6+39+205=250 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.4% from 250); Green value is 39 (15.62% from 255 or 15.6% from 250); Blue value is 205 (80.47% from 255 or 82% from 250); Max value from RGB is 205 - color contains mainly: blue. Hex color #0627CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0627CD is #F9D832. Grayscale: #2F2F2F. Windows color (decimal): -16373811 or 13444870. OLE color: 13444870.

HSL color Cylindrical-coordinate representation of color #0627CD: hue angle of 230.05º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0627CD is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 6 39 205 -
CMYK 0.97 0.81 0 0.20
HSL 230.05º 0.94% 0.41% -
HSV(B) 230.05º 0.97% 0.8% -
XYZ 11.82 5.9 58.27 -
YUV 48.06 216.57 98 -
System Red Green Blue C M Y K H S L
Decimal 6 39 205 0.97 0.81 0 0.20 230.05 0.94 0.41
Hex 6 27 CD 61 51 0 14 E6 5E 29
Octal 6 47 315 141 121 0 24 346 136 51
Binary 110 100111 11001101 1100001 1010001 0 10100 11100110 1011110 101001

Color Harmonies of #0627CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0627CD

Black with #0627CD

Text Example


Text Example

White with #0627CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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