Html Css Color HEX #69A1DC Jordy Blue

📋 copy color: '#69A1DC'

red 105 ◦ green 161 ◦ blue 220

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

Shades of Jordy Blue #69A1DC

Tints of Jordy Blue #69A1DC

RGB

 RED value IS 105 (41.41% from 255) = 21.6%

 GREEN value IS 161 (63.28% from 255) = 33.13%

 BLUE value IS 220 (86.33% from 255) = 45.27%

R = 21.6%
G = 33.13%
B = 45.27%

CMYK

 C value IS 0.52

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#69A1DC (or 0x69A1DC) is known color: Jordy Blue. HEX triplet: 69, A1 and DC. RGB value is (105,161,220). Sum of RGB (Red+Green+Blue) = 105+161+220=486 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.60% from 486); Green value is 161 (63.28% from 255 or 33.13% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 220 - color contains mainly: blue. Hex color #69A1DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69A1DC is #965E23. Grayscale: #969696. Windows color (decimal): -9854500 or 14459241. OLE color: 14459241.

HSL color Cylindrical-coordinate representation of color #69A1DC: hue angle of 210.78º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69A1DC is Cyan = 0.52, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 105 161 220 -
CMYK 0.52 0.27 0 0.14
HSL 210.78º 0.62% 0.64% -
HSV(B) 210.78º 0.52% 0.86% -
XYZ 31.49 33.66 72.55 -
YUV 150.98 166.95 95.2 -
System Red Green Blue C M Y K H S L
Decimal 105 161 220 0.52 0.27 0 0.14 210.78 0.62 0.64
Hex 69 A1 DC 34 1B 0 E D3 3E 40
Octal 151 241 334 64 33 0 16 323 76 100
Binary 1101001 10100001 11011100 110100 11011 0 1110 11010011 111110 1000000

Color Harmonies of #69A1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69A1DC

Black with #69A1DC

Text Example


Text Example

White with #69A1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69A1DC; }

 p { color: rgb(105,161,220); }

 H1.HeaderClassName
 {
   color: #69A1DC;
 }
 .AnyTagClassName
 {
   color: #69A1DC;
 }
</style>

background-color css

<style>
 a { background-color: #69A1DC; }

 a { background-color: rgb(105,161,220); }

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

border-color css

<style>
 span { border-color: #69A1DC; }

 span { border-color: rgb(105,161,220); }

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