Html Css Color HEX #6DABEA Jordy Blue

📋 copy color: '#6DABEA'

red 109 ◦ green 171 ◦ blue 234

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

Shades of Jordy Blue #6DABEA

Tints of Jordy Blue #6DABEA

RGB

 RED value IS 109 (42.97% from 255) = 21.21%

 GREEN value IS 171 (67.19% from 255) = 33.27%

 BLUE value IS 234 (91.8% from 255) = 45.53%

R = 21.21%
G = 33.27%
B = 45.53%

CMYK

 C value IS 0.53

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6DABEA (or 0x6DABEA) is known color: Jordy Blue. HEX triplet: 6D, AB and EA. RGB value is (109,171,234). Sum of RGB (Red+Green+Blue) = 109+171+234=514 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.21% from 514); Green value is 171 (67.19% from 255 or 33.27% from 514); Blue value is 234 (91.80% from 255 or 45.53% from 514); Max value from RGB is 234 - color contains mainly: blue. Hex color #6DABEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6DABEA is #925415. Grayscale: #9F9F9F. Windows color (decimal): -9589782 or 15379309. OLE color: 15379309.

HSL color Cylindrical-coordinate representation of color #6DABEA: hue angle of 210.24º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6DABEA is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 109 171 234 -
CMYK 0.53 0.27 0 0.08
HSL 210.24º 0.75% 0.67% -
HSV(B) 210.24º 0.53% 0.92% -
XYZ 35.72 38.32 83.36 -
YUV 159.64 169.96 91.88 -
System Red Green Blue C M Y K H S L
Decimal 109 171 234 0.53 0.27 0 0.08 210.24 0.75 0.67
Hex 6D AB EA 35 1B 0 8 D2 4B 43
Octal 155 253 352 65 33 0 10 322 113 103
Binary 1101101 10101011 11101010 110101 11011 0 1000 11010010 1001011 1000011

Color Harmonies of #6DABEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DABEA

Black with #6DABEA

Text Example


Text Example

White with #6DABEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6DABEA; }

 p { color: rgb(109,171,234); }

 H1.HeaderClassName
 {
   color: #6DABEA;
 }
 .AnyTagClassName
 {
   color: #6DABEA;
 }
</style>

background-color css

<style>
 a { background-color: #6DABEA; }

 a { background-color: rgb(109,171,234); }

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

border-color css

<style>
 span { border-color: #6DABEA; }

 span { border-color: rgb(109,171,234); }

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