Html Css Color HEX #0623CD Persian Blue

📋 copy color: '#0623CD'

red 6 ◦ green 35 ◦ blue 205

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

Shades of Persian Blue #0623CD

Tints of Persian Blue #0623CD

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.23%

 BLUE value IS 205 (80.47% from 255) = 83.33%

R = 2.44%
G = 14.23%
B = 83.33%

CMYK

 C value IS 0.97

 M value IS 0.83

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0623CD (or 0x0623CD) is known color: Persian Blue. HEX triplet: 06, 23 and CD. RGB value is (6,35,205). Sum of RGB (Red+Green+Blue) = 6+35+205=246 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.44% from 246); Green value is 35 (14.06% from 255 or 14.23% from 246); Blue value is 205 (80.47% from 255 or 83.33% from 246); Max value from RGB is 205 - color contains mainly: blue. Hex color #0623CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0623CD is #F9DC32. Grayscale: #2D2D2D. Windows color (decimal): -16374835 or 13443846. OLE color: 13443846.

HSL color Cylindrical-coordinate representation of color #0623CD: hue angle of 231.26º 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 #0623CD is Cyan = 0.97, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 6 35 205 -
CMYK 0.97 0.83 0 0.20
HSL 231.26º 0.94% 0.41% -
HSV(B) 231.26º 0.97% 0.8% -
XYZ 11.7 5.65 58.23 -
YUV 45.71 217.89 99.68 -
System Red Green Blue C M Y K H S L
Decimal 6 35 205 0.97 0.83 0 0.20 231.26 0.94 0.41
Hex 6 23 CD 61 53 0 14 E7 5E 29
Octal 6 43 315 141 123 0 24 347 136 51
Binary 110 100011 11001101 1100001 1010011 0 10100 11100111 1011110 101001

Color Harmonies of #0623CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0623CD

Black with #0623CD

Text Example


Text Example

White with #0623CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0623CD; }

 p { color: rgb(6,35,205); }

 H1.HeaderClassName
 {
   color: #0623CD;
 }
 .AnyTagClassName
 {
   color: #0623CD;
 }
</style>

background-color css

<style>
 a { background-color: #0623CD; }

 a { background-color: rgb(6,35,205); }

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

border-color css

<style>
 span { border-color: #0623CD; }

 span { border-color: rgb(6,35,205); }

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