Html Css Color HEX #6DABE2 Jordy Blue

📋 copy color: '#6DABE2'

red 109 ◦ green 171 ◦ blue 226

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

Shades of Jordy Blue #6DABE2

Tints of Jordy Blue #6DABE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 44.66%

R = 21.54%
G = 33.79%
B = 44.66%

CMYK

 C value IS 0.52

 M value IS 0.24

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#6DABE2 (or 0x6DABE2) is known color: Jordy Blue. HEX triplet: 6D, AB and E2. RGB value is (109,171,226). Sum of RGB (Red+Green+Blue) = 109+171+226=506 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.54% from 506); Green value is 171 (67.19% from 255 or 33.79% from 506); Blue value is 226 (88.67% from 255 or 44.66% from 506); Max value from RGB is 226 - color contains mainly: blue. Hex color #6DABE2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DABE2 is #92541D. Grayscale: #9E9E9E. Windows color (decimal): -9589790 or 14855021. OLE color: 14855021.

HSL color Cylindrical-coordinate representation of color #6DABE2: hue angle of 208.21º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6DABE2 is Cyan = 0.52, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 109 171 226 -
CMYK 0.52 0.24 0 0.11
HSL 208.21º 0.67% 0.66% -
HSV(B) 208.21º 0.52% 0.89% -
XYZ 34.6 37.87 77.44 -
YUV 158.73 165.96 92.53 -
System Red Green Blue C M Y K H S L
Decimal 109 171 226 0.52 0.24 0 0.11 208.21 0.67 0.66
Hex 6D AB E2 34 18 0 B D0 43 42
Octal 155 253 342 64 30 0 13 320 103 102
Binary 1101101 10101011 11100010 110100 11000 0 1011 11010000 1000011 1000010

Color Harmonies of #6DABE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DABE2

Black with #6DABE2

Text Example


Text Example

White with #6DABE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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