Html Css Color HEX #0634DF Persian Blue

📋 copy color: '#0634DF'

red 6 ◦ green 52 ◦ blue 223

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

Shades of Persian Blue #0634DF

Tints of Persian Blue #0634DF

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.51%

 BLUE value IS 223 (87.5% from 255) = 79.36%

R = 2.14%
G = 18.51%
B = 79.36%

CMYK

 C value IS 0.97

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0634DF (or 0x0634DF) is known color: Persian Blue. HEX triplet: 06, 34 and DF. RGB value is (6,52,223). Sum of RGB (Red+Green+Blue) = 6+52+223=281 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.14% from 281); Green value is 52 (20.70% from 255 or 18.51% from 281); Blue value is 223 (87.5% from 255 or 79.36% from 281); Max value from RGB is 223 - color contains mainly: blue. Hex color #0634DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0634DF is #F9CB20. Grayscale: #393939. Windows color (decimal): -16370465 or 14627846. OLE color: 14627846.

HSL color Cylindrical-coordinate representation of color #0634DF: hue angle of 227.28º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0634DF is Cyan = 0.97, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 6 52 223 -
CMYK 0.97 0.77 0 0.13
HSL 227.28º 0.95% 0.45% -
HSV(B) 227.28º 0.97% 0.87% -
XYZ 14.62 7.82 70.55 -
YUV 57.74 221.26 91.1 -
System Red Green Blue C M Y K H S L
Decimal 6 52 223 0.97 0.77 0 0.13 227.28 0.95 0.45
Hex 6 34 DF 61 4D 0 D E3 5F 2D
Octal 6 64 337 141 115 0 15 343 137 55
Binary 110 110100 11011111 1100001 1001101 0 1101 11100011 1011111 101101

Color Harmonies of #0634DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0634DF

Black with #0634DF

Text Example


Text Example

White with #0634DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0634DF; }

 p { color: rgb(6,52,223); }

 H1.HeaderClassName
 {
   color: #0634DF;
 }
 .AnyTagClassName
 {
   color: #0634DF;
 }
</style>

background-color css

<style>
 a { background-color: #0634DF; }

 a { background-color: rgb(6,52,223); }

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

border-color css

<style>
 span { border-color: #0634DF; }

 span { border-color: rgb(6,52,223); }

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