Html Css Color HEX #68A5E6 Jordy Blue

📋 copy color: '#68A5E6'

red 104 ◦ green 165 ◦ blue 230

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

Shades of Jordy Blue #68A5E6

Tints of Jordy Blue #68A5E6

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.07%

 BLUE value IS 230 (90.23% from 255) = 46.09%

R = 20.84%
G = 33.07%
B = 46.09%

CMYK

 C value IS 0.55

 M value IS 0.28

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#68A5E6 (or 0x68A5E6) is known color: Jordy Blue. HEX triplet: 68, A5 and E6. RGB value is (104,165,230). Sum of RGB (Red+Green+Blue) = 104+165+230=499 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.84% from 499); Green value is 165 (64.84% from 255 or 33.07% from 499); Blue value is 230 (90.23% from 255 or 46.09% from 499); Max value from RGB is 230 - color contains mainly: blue. Hex color #68A5E6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68A5E6 is #975A19. Grayscale: #999999. Windows color (decimal): -9919002 or 15115624. OLE color: 15115624.

HSL color Cylindrical-coordinate representation of color #68A5E6: hue angle of 210.95º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68A5E6 is Cyan = 0.55, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 104 165 230 -
CMYK 0.55 0.28 0 0.10
HSL 210.95º 0.72% 0.65% -
HSV(B) 210.95º 0.55% 0.9% -
XYZ 33.45 35.57 79.97 -
YUV 154.17 170.79 92.21 -
System Red Green Blue C M Y K H S L
Decimal 104 165 230 0.55 0.28 0 0.10 210.95 0.72 0.65
Hex 68 A5 E6 37 1C 0 A D3 48 41
Octal 150 245 346 67 34 0 12 323 110 101
Binary 1101000 10100101 11100110 110111 11100 0 1010 11010011 1001000 1000001

Color Harmonies of #68A5E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A5E6

Black with #68A5E6

Text Example


Text Example

White with #68A5E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,165,230); }

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

background-color css

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

 a { background-color: rgb(104,165,230); }

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

border-color css

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

 span { border-color: rgb(104,165,230); }

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