Html Css Color HEX #0634DD Persian Blue

📋 copy color: '#0634DD'

red 6 ◦ green 52 ◦ blue 221

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

Shades of Persian Blue #0634DD

Tints of Persian Blue #0634DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 79.21%

R = 2.15%
G = 18.64%
B = 79.21%

CMYK

 C value IS 0.97

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0634DD (or 0x0634DD) is known color: Persian Blue. HEX triplet: 06, 34 and DD. RGB value is (6,52,221). Sum of RGB (Red+Green+Blue) = 6+52+221=279 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.15% from 279); Green value is 52 (20.70% from 255 or 18.64% from 279); Blue value is 221 (86.72% from 255 or 79.21% from 279); Max value from RGB is 221 - color contains mainly: blue. Hex color #0634DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0634DD is #F9CB22. Grayscale: #383838. Windows color (decimal): -16370467 or 14496774. OLE color: 14496774.

HSL color Cylindrical-coordinate representation of color #0634DD: hue angle of 227.16º 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 #0634DD is Cyan = 0.97, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 6 52 221 -
CMYK 0.97 0.76 0 0.13
HSL 227.16º 0.95% 0.45% -
HSV(B) 227.16º 0.97% 0.87% -
XYZ 14.35 7.72 69.14 -
YUV 57.51 220.26 91.26 -
System Red Green Blue C M Y K H S L
Decimal 6 52 221 0.97 0.76 0 0.13 227.16 0.95 0.45
Hex 6 34 DD 61 4C 0 D E3 5F 2D
Octal 6 64 335 141 114 0 15 343 137 55
Binary 110 110100 11011101 1100001 1001100 0 1101 11100011 1011111 101101

Color Harmonies of #0634DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0634DD

Black with #0634DD

Text Example


Text Example

White with #0634DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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