Html Css Color HEX #063CEF Persian Blue

📋 copy color: '#063CEF'

red 6 ◦ green 60 ◦ blue 239

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

Shades of Persian Blue #063CEF

Tints of Persian Blue #063CEF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.67%

 BLUE value IS 239 (93.75% from 255) = 78.36%

R = 1.97%
G = 19.67%
B = 78.36%

CMYK

 C value IS 0.97

 M value IS 0.75

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#063CEF (or 0x063CEF) is known color: Persian Blue. HEX triplet: 06, 3C and EF. RGB value is (6,60,239). Sum of RGB (Red+Green+Blue) = 6+60+239=305 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.97% from 305); Green value is 60 (23.83% from 255 or 19.67% from 305); Blue value is 239 (93.75% from 255 or 78.36% from 305); Max value from RGB is 239 - color contains mainly: blue. Hex color #063CEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #063CEF is #F9C310. Grayscale: #3F3F3F. Windows color (decimal): -16368401 or 15678470. OLE color: 15678470.

HSL color Cylindrical-coordinate representation of color #063CEF: hue angle of 226.09º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #063CEF is Cyan = 0.97, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 6 60 239 -
CMYK 0.97 0.75 0 0.06
HSL 226.09º 0.95% 0.48% -
HSV(B) 226.09º 0.97% 0.94% -
XYZ 17.27 9.5 82.59 -
YUV 64.26 226.61 86.45 -
System Red Green Blue C M Y K H S L
Decimal 6 60 239 0.97 0.75 0 0.06 226.09 0.95 0.48
Hex 6 3C EF 61 4B 0 6 E2 5F 30
Octal 6 74 357 141 113 0 6 342 137 60
Binary 110 111100 11101111 1100001 1001011 0 110 11100010 1011111 110000

Color Harmonies of #063CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063CEF

Black with #063CEF

Text Example


Text Example

White with #063CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063CEF; }

 p { color: rgb(6,60,239); }

 H1.HeaderClassName
 {
   color: #063CEF;
 }
 .AnyTagClassName
 {
   color: #063CEF;
 }
</style>

background-color css

<style>
 a { background-color: #063CEF; }

 a { background-color: rgb(6,60,239); }

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

border-color css

<style>
 span { border-color: #063CEF; }

 span { border-color: rgb(6,60,239); }

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