Html Css Color HEX #062BDC Persian Blue

📋 copy color: '#062BDC'

red 6 ◦ green 43 ◦ blue 220

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

Shades of Persian Blue #062BDC

Tints of Persian Blue #062BDC

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.99%

 BLUE value IS 220 (86.33% from 255) = 81.78%

R = 2.23%
G = 15.99%
B = 81.78%

CMYK

 C value IS 0.97

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#062BDC (or 0x062BDC) is known color: Persian Blue. HEX triplet: 06, 2B and DC. RGB value is (6,43,220). Sum of RGB (Red+Green+Blue) = 6+43+220=269 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.23% from 269); Green value is 43 (17.19% from 255 or 15.99% from 269); Blue value is 220 (86.33% from 255 or 81.78% from 269); Max value from RGB is 220 - color contains mainly: blue. Hex color #062BDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #062BDC is #F9D423. Grayscale: #333333. Windows color (decimal): -16372772 or 14428934. OLE color: 14428934.

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

Color convert

RGB 6 43 220 -
CMYK 0.97 0.80 0 0.14
HSL 229.63º 0.95% 0.44% -
HSV(B) 229.63º 0.97% 0.86% -
XYZ 13.86 6.93 68.32 -
YUV 52.12 222.74 95.11 -
System Red Green Blue C M Y K H S L
Decimal 6 43 220 0.97 0.80 0 0.14 229.63 0.95 0.44
Hex 6 2B DC 61 50 0 E E6 5F 2C
Octal 6 53 334 141 120 0 16 346 137 54
Binary 110 101011 11011100 1100001 1010000 0 1110 11100110 1011111 101100

Color Harmonies of #062BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062BDC

Black with #062BDC

Text Example


Text Example

White with #062BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062BDC; }

 p { color: rgb(6,43,220); }

 H1.HeaderClassName
 {
   color: #062BDC;
 }
 .AnyTagClassName
 {
   color: #062BDC;
 }
</style>

background-color css

<style>
 a { background-color: #062BDC; }

 a { background-color: rgb(6,43,220); }

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

border-color css

<style>
 span { border-color: #062BDC; }

 span { border-color: rgb(6,43,220); }

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