Html Css Color HEX #062FDC Persian Blue

📋 copy color: '#062FDC'

red 6 ◦ green 47 ◦ blue 220

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

Shades of Persian Blue #062FDC

Tints of Persian Blue #062FDC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.22%

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

R = 2.2%
G = 17.22%
B = 80.59%

CMYK

 C value IS 0.97

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#062FDC (or 0x062FDC) is known color: Persian Blue. HEX triplet: 06, 2F and DC. RGB value is (6,47,220). Sum of RGB (Red+Green+Blue) = 6+47+220=273 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.20% from 273); Green value is 47 (18.75% from 255 or 17.22% from 273); Blue value is 220 (86.33% from 255 or 80.59% from 273); Max value from RGB is 220 - color contains mainly: blue. Hex color #062FDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #062FDC is #F9D023. Grayscale: #353535. Windows color (decimal): -16371748 or 14429958. OLE color: 14429958.

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

Color convert

RGB 6 47 220 -
CMYK 0.97 0.79 0 0.14
HSL 228.5º 0.95% 0.44% -
HSV(B) 228.5º 0.97% 0.86% -
XYZ 14.01 7.24 68.37 -
YUV 54.46 221.42 93.43 -
System Red Green Blue C M Y K H S L
Decimal 6 47 220 0.97 0.79 0 0.14 228.5 0.95 0.44
Hex 6 2F DC 61 4F 0 E E5 5F 2C
Octal 6 57 334 141 117 0 16 345 137 54
Binary 110 101111 11011100 1100001 1001111 0 1110 11100101 1011111 101100

Color Harmonies of #062FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062FDC

Black with #062FDC

Text Example


Text Example

White with #062FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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