Html Css Color HEX #062FDF Persian Blue

📋 copy color: '#062FDF'

red 6 ◦ green 47 ◦ blue 223

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

Shades of Persian Blue #062FDF

Tints of Persian Blue #062FDF

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.03%

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

R = 2.17%
G = 17.03%
B = 80.8%

CMYK

 C value IS 0.97

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#062FDF (or 0x062FDF) is known color: Persian Blue. HEX triplet: 06, 2F and DF. RGB value is (6,47,223). Sum of RGB (Red+Green+Blue) = 6+47+223=276 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.17% from 276); Green value is 47 (18.75% from 255 or 17.03% from 276); Blue value is 223 (87.5% from 255 or 80.80% from 276); Max value from RGB is 223 - color contains mainly: blue. Hex color #062FDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #062FDF is #F9D020. Grayscale: #363636. Windows color (decimal): -16371745 or 14626566. OLE color: 14626566.

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

Color convert

RGB 6 47 223 -
CMYK 0.97 0.79 0 0.13
HSL 228.66º 0.95% 0.45% -
HSV(B) 228.66º 0.97% 0.87% -
XYZ 14.41 7.4 70.48 -
YUV 54.81 222.92 93.19 -
System Red Green Blue C M Y K H S L
Decimal 6 47 223 0.97 0.79 0 0.13 228.66 0.95 0.45
Hex 6 2F DF 61 4F 0 D E5 5F 2D
Octal 6 57 337 141 117 0 15 345 137 55
Binary 110 101111 11011111 1100001 1001111 0 1101 11100101 1011111 101101

Color Harmonies of #062FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062FDF

Black with #062FDF

Text Example


Text Example

White with #062FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062FDF; }

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

 H1.HeaderClassName
 {
   color: #062FDF;
 }
 .AnyTagClassName
 {
   color: #062FDF;
 }
</style>

background-color css

<style>
 a { background-color: #062FDF; }

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

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

border-color css

<style>
 span { border-color: #062FDF; }

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

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