Html Css Color HEX #062CCE Persian Blue

📋 copy color: '#062CCE'

red 6 ◦ green 44 ◦ blue 206

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

Shades of Persian Blue #062CCE

Tints of Persian Blue #062CCE

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.19%

 BLUE value IS 206 (80.86% from 255) = 80.47%

R = 2.34%
G = 17.19%
B = 80.47%

CMYK

 C value IS 0.97

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#062CCE (or 0x062CCE) is known color: Persian Blue. HEX triplet: 06, 2C and CE. RGB value is (6,44,206). Sum of RGB (Red+Green+Blue) = 6+44+206=256 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.34% from 256); Green value is 44 (17.58% from 255 or 17.19% from 256); Blue value is 206 (80.86% from 255 or 80.47% from 256); Max value from RGB is 206 - color contains mainly: blue. Hex color #062CCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #062CCE is #F9D331. Grayscale: #323232. Windows color (decimal): -16372530 or 13511686. OLE color: 13511686.

HSL color Cylindrical-coordinate representation of color #062CCE: hue angle of 228.6º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #062CCE is Cyan = 0.97, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 6 44 206 -
CMYK 0.97 0.79 0 0.19
HSL 228.6º 0.94% 0.42% -
HSV(B) 228.6º 0.97% 0.81% -
XYZ 12.12 6.3 58.97 -
YUV 51.11 215.41 95.83 -
System Red Green Blue C M Y K H S L
Decimal 6 44 206 0.97 0.79 0 0.19 228.6 0.94 0.42
Hex 6 2C CE 61 4F 0 13 E5 5E 2A
Octal 6 54 316 141 117 0 23 345 136 52
Binary 110 101100 11001110 1100001 1001111 0 10011 11100101 1011110 101010

Color Harmonies of #062CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062CCE

Black with #062CCE

Text Example


Text Example

White with #062CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,44,206); }

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

background-color css

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

 a { background-color: rgb(6,44,206); }

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

border-color css

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

 span { border-color: rgb(6,44,206); }

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