Html Css Color HEX #0644CB Persian Blue

📋 copy color: '#0644CB'

red 6 ◦ green 68 ◦ blue 203

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

Shades of Persian Blue #0644CB

Tints of Persian Blue #0644CB

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.55%

 BLUE value IS 203 (79.69% from 255) = 73.29%

R = 2.17%
G = 24.55%
B = 73.29%

CMYK

 C value IS 0.97

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0644CB (or 0x0644CB) is known color: Persian Blue. HEX triplet: 06, 44 and CB. RGB value is (6,68,203). Sum of RGB (Red+Green+Blue) = 6+68+203=277 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.17% from 277); Green value is 68 (26.95% from 255 or 24.55% from 277); Blue value is 203 (79.69% from 255 or 73.29% from 277); Max value from RGB is 203 - color contains mainly: blue. Hex color #0644CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0644CB is #F9BB34. Grayscale: #404040. Windows color (decimal): -16366389 or 13321222. OLE color: 13321222.

HSL color Cylindrical-coordinate representation of color #0644CB: hue angle of 221.12º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0644CB is Cyan = 0.97, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 6 68 203 -
CMYK 0.97 0.67 0 0.20
HSL 221.12º 0.94% 0.41% -
HSV(B) 221.12º 0.97% 0.8% -
XYZ 12.92 8.48 57.46 -
YUV 64.85 205.96 86.02 -
System Red Green Blue C M Y K H S L
Decimal 6 68 203 0.97 0.67 0 0.20 221.12 0.94 0.41
Hex 6 44 CB 61 43 0 14 DD 5E 29
Octal 6 104 313 141 103 0 24 335 136 51
Binary 110 1000100 11001011 1100001 1000011 0 10100 11011101 1011110 101001

Color Harmonies of #0644CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0644CB

Black with #0644CB

Text Example


Text Example

White with #0644CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0644CB; }

 p { color: rgb(6,68,203); }

 H1.HeaderClassName
 {
   color: #0644CB;
 }
 .AnyTagClassName
 {
   color: #0644CB;
 }
</style>

background-color css

<style>
 a { background-color: #0644CB; }

 a { background-color: rgb(6,68,203); }

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

border-color css

<style>
 span { border-color: #0644CB; }

 span { border-color: rgb(6,68,203); }

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