Html Css Color HEX #062ADC Persian Blue

📋 copy color: '#062ADC'

red 6 ◦ green 42 ◦ blue 220

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

Shades of Persian Blue #062ADC

Tints of Persian Blue #062ADC

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15.67%

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

R = 2.24%
G = 15.67%
B = 82.09%

CMYK

 C value IS 0.97

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#062ADC (or 0x062ADC) is known color: Persian Blue. HEX triplet: 06, 2A and DC. RGB value is (6,42,220). Sum of RGB (Red+Green+Blue) = 6+42+220=268 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.24% from 268); Green value is 42 (16.80% from 255 or 15.67% from 268); Blue value is 220 (86.33% from 255 or 82.09% from 268); Max value from RGB is 220 - color contains mainly: blue. Hex color #062ADC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #062ADC is #F9D523. Grayscale: #323232. Windows color (decimal): -16373028 or 14428678. OLE color: 14428678.

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

Color convert

RGB 6 42 220 -
CMYK 0.97 0.81 0 0.14
HSL 229.91º 0.95% 0.44% -
HSV(B) 229.91º 0.97% 0.86% -
XYZ 13.82 6.86 68.31 -
YUV 51.53 223.07 95.53 -
System Red Green Blue C M Y K H S L
Decimal 6 42 220 0.97 0.81 0 0.14 229.91 0.95 0.44
Hex 6 2A DC 61 51 0 E E6 5F 2C
Octal 6 52 334 141 121 0 16 346 137 54
Binary 110 101010 11011100 1100001 1010001 0 1110 11100110 1011111 101100

Color Harmonies of #062ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062ADC

Black with #062ADC

Text Example


Text Example

White with #062ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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