Html Css Color HEX #0642DE Persian Blue

📋 copy color: '#0642DE'

red 6 ◦ green 66 ◦ blue 222

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

Shades of Persian Blue #0642DE

Tints of Persian Blue #0642DE

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.45%

 BLUE value IS 222 (87.11% from 255) = 75.51%

R = 2.04%
G = 22.45%
B = 75.51%

CMYK

 C value IS 0.97

 M value IS 0.70

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0642DE (or 0x0642DE) is known color: Persian Blue. HEX triplet: 06, 42 and DE. RGB value is (6,66,222). Sum of RGB (Red+Green+Blue) = 6+66+222=294 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.04% from 294); Green value is 66 (26.17% from 255 or 22.45% from 294); Blue value is 222 (87.11% from 255 or 75.51% from 294); Max value from RGB is 222 - color contains mainly: blue. Hex color #0642DE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0642DE is #F9BD21. Grayscale: #414141. Windows color (decimal): -16366882 or 14565894. OLE color: 14565894.

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

Color convert

RGB 6 66 222 -
CMYK 0.97 0.70 0 0.13
HSL 223.33º 0.95% 0.45% -
HSV(B) 223.33º 0.97% 0.87% -
XYZ 15.21 9.21 70.08 -
YUV 65.84 216.12 85.32 -
System Red Green Blue C M Y K H S L
Decimal 6 66 222 0.97 0.70 0 0.13 223.33 0.95 0.45
Hex 6 42 DE 61 46 0 D DF 5F 2D
Octal 6 102 336 141 106 0 15 337 137 55
Binary 110 1000010 11011110 1100001 1000110 0 1101 11011111 1011111 101101

Color Harmonies of #0642DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0642DE

Black with #0642DE

Text Example


Text Example

White with #0642DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0642DE; }

 p { color: rgb(6,66,222); }

 H1.HeaderClassName
 {
   color: #0642DE;
 }
 .AnyTagClassName
 {
   color: #0642DE;
 }
</style>

background-color css

<style>
 a { background-color: #0642DE; }

 a { background-color: rgb(6,66,222); }

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

border-color css

<style>
 span { border-color: #0642DE; }

 span { border-color: rgb(6,66,222); }

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