Html Css Color HEX #68A2DD Jordy Blue

📋 copy color: '#68A2DD'

red 104 ◦ green 162 ◦ blue 221

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

Shades of Jordy Blue #68A2DD

Tints of Jordy Blue #68A2DD

RGB

 RED value IS 104 (41.02% from 255) = 21.36%

 GREEN value IS 162 (63.67% from 255) = 33.26%

 BLUE value IS 221 (86.72% from 255) = 45.38%

R = 21.36%
G = 33.26%
B = 45.38%

CMYK

 C value IS 0.53

 M value IS 0.27

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#68A2DD (or 0x68A2DD) is known color: Jordy Blue. HEX triplet: 68, A2 and DD. RGB value is (104,162,221). Sum of RGB (Red+Green+Blue) = 104+162+221=487 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.36% from 487); Green value is 162 (63.67% from 255 or 33.26% from 487); Blue value is 221 (86.72% from 255 or 45.38% from 487); Max value from RGB is 221 - color contains mainly: blue. Hex color #68A2DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68A2DD is #975D22. Grayscale: #979797. Windows color (decimal): -9919779 or 14525032. OLE color: 14525032.

HSL color Cylindrical-coordinate representation of color #68A2DD: hue angle of 210.26º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68A2DD is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 104 162 221 -
CMYK 0.53 0.27 0 0.13
HSL 210.26º 0.63% 0.64% -
HSV(B) 210.26º 0.53% 0.87% -
XYZ 31.68 34 73.3 -
YUV 151.38 167.28 94.2 -
System Red Green Blue C M Y K H S L
Decimal 104 162 221 0.53 0.27 0 0.13 210.26 0.63 0.64
Hex 68 A2 DD 35 1B 0 D D2 3F 40
Octal 150 242 335 65 33 0 15 322 77 100
Binary 1101000 10100010 11011101 110101 11011 0 1101 11010010 111111 1000000

Color Harmonies of #68A2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A2DD

Black with #68A2DD

Text Example


Text Example

White with #68A2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68A2DD; }

 p { color: rgb(104,162,221); }

 H1.HeaderClassName
 {
   color: #68A2DD;
 }
 .AnyTagClassName
 {
   color: #68A2DD;
 }
</style>

background-color css

<style>
 a { background-color: #68A2DD; }

 a { background-color: rgb(104,162,221); }

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

border-color css

<style>
 span { border-color: #68A2DD; }

 span { border-color: rgb(104,162,221); }

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