Html Css Color HEX #0642DF Persian Blue

📋 copy color: '#0642DF'

red 6 ◦ green 66 ◦ blue 223

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

Shades of Persian Blue #0642DF

Tints of Persian Blue #0642DF

RGB

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

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

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

R = 2.03%
G = 22.37%
B = 75.59%

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

#0642DF (or 0x0642DF) is known color: Persian Blue. HEX triplet: 06, 42 and DF. RGB value is (6,66,223). Sum of RGB (Red+Green+Blue) = 6+66+223=295 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.03% from 295); Green value is 66 (26.17% from 255 or 22.37% from 295); Blue value is 223 (87.5% from 255 or 75.59% from 295); Max value from RGB is 223 - color contains mainly: blue. Hex color #0642DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0642DF is #F9BD20. Grayscale: #414141. Windows color (decimal): -16366881 or 14631430. OLE color: 14631430.

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

Color convert

RGB 6 66 223 -
CMYK 0.97 0.70 0 0.13
HSL 223.41º 0.95% 0.45% -
HSV(B) 223.41º 0.97% 0.87% -
XYZ 15.34 9.26 70.79 -
YUV 65.96 216.62 85.23 -
System Red Green Blue C M Y K H S L
Decimal 6 66 223 0.97 0.70 0 0.13 223.41 0.95 0.45
Hex 6 42 DF 61 46 0 D DF 5F 2D
Octal 6 102 337 141 106 0 15 337 137 55
Binary 110 1000010 11011111 1100001 1000110 0 1101 11011111 1011111 101101

Color Harmonies of #0642DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0642DF

Black with #0642DF

Text Example


Text Example

White with #0642DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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