Html Css Color HEX #0683CB Pacific Blue

📋 copy color: '#0683CB'

red 6 ◦ green 131 ◦ blue 203

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

Shades of Pacific Blue #0683CB

Tints of Pacific Blue #0683CB

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.53%

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

R = 1.76%
G = 38.53%
B = 59.71%

CMYK

 C value IS 0.97

 M value IS 0.35

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0683CB (or 0x0683CB) is known color: Pacific Blue. HEX triplet: 06, 83 and CB. RGB value is (6,131,203). Sum of RGB (Red+Green+Blue) = 6+131+203=340 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.76% from 340); Green value is 131 (51.56% from 255 or 38.53% from 340); Blue value is 203 (79.69% from 255 or 59.71% from 340); Max value from RGB is 203 - color contains mainly: blue. Hex color #0683CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0683CB is #F97C34. Grayscale: #656565. Windows color (decimal): -16350261 or 13337350. OLE color: 13337350.

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

Color convert

RGB 6 131 203 -
CMYK 0.97 0.35 0 0.20
HSL 201.93º 0.94% 0.41% -
HSV(B) 201.93º 0.97% 0.8% -
XYZ 18.97 20.58 59.47 -
YUV 101.83 185.09 59.65 -
System Red Green Blue C M Y K H S L
Decimal 6 131 203 0.97 0.35 0 0.20 201.93 0.94 0.41
Hex 6 83 CB 61 23 0 14 CA 5E 29
Octal 6 203 313 141 43 0 24 312 136 51
Binary 110 10000011 11001011 1100001 100011 0 10100 11001010 1011110 101001

Color Harmonies of #0683CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0683CB

Black with #0683CB

Text Example


Text Example

White with #0683CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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