Html Css Color HEX #063CED Persian Blue

📋 copy color: '#063CED'

red 6 ◦ green 60 ◦ blue 237

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

Shades of Persian Blue #063CED

Tints of Persian Blue #063CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 78.22%

R = 1.98%
G = 19.8%
B = 78.22%

CMYK

 C value IS 0.97

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#063CED (or 0x063CED) is known color: Persian Blue. HEX triplet: 06, 3C and ED. RGB value is (6,60,237). Sum of RGB (Red+Green+Blue) = 6+60+237=303 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.98% from 303); Green value is 60 (23.83% from 255 or 19.80% from 303); Blue value is 237 (92.97% from 255 or 78.22% from 303); Max value from RGB is 237 - color contains mainly: blue. Hex color #063CED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #063CED is #F9C312. Grayscale: #3F3F3F. Windows color (decimal): -16368403 or 15547398. OLE color: 15547398.

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

Color convert

RGB 6 60 237 -
CMYK 0.97 0.75 0 0.07
HSL 225.97º 0.95% 0.48% -
HSV(B) 225.97º 0.97% 0.93% -
XYZ 16.98 9.38 81.04 -
YUV 64.03 225.61 86.61 -
System Red Green Blue C M Y K H S L
Decimal 6 60 237 0.97 0.75 0 0.07 225.97 0.95 0.48
Hex 6 3C ED 61 4B 0 7 E2 5F 30
Octal 6 74 355 141 113 0 7 342 137 60
Binary 110 111100 11101101 1100001 1001011 0 111 11100010 1011111 110000

Color Harmonies of #063CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063CED

Black with #063CED

Text Example


Text Example

White with #063CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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