Html Css Color HEX #6AA4DE Jordy Blue

📋 copy color: '#6AA4DE'

red 106 ◦ green 164 ◦ blue 222

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

Shades of Jordy Blue #6AA4DE

Tints of Jordy Blue #6AA4DE

RGB

 RED value IS 106 (41.8% from 255) = 21.54%

 GREEN value IS 164 (64.45% from 255) = 33.33%

 BLUE value IS 222 (87.11% from 255) = 45.12%

R = 21.54%
G = 33.33%
B = 45.12%

CMYK

 C value IS 0.52

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6AA4DE (or 0x6AA4DE) is known color: Jordy Blue. HEX triplet: 6A, A4 and DE. RGB value is (106,164,222). Sum of RGB (Red+Green+Blue) = 106+164+222=492 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.54% from 492); Green value is 164 (64.45% from 255 or 33.33% from 492); Blue value is 222 (87.11% from 255 or 45.12% from 492); Max value from RGB is 222 - color contains mainly: blue. Hex color #6AA4DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6AA4DE is #955B21. Grayscale: #989898. Windows color (decimal): -9788194 or 14591082. OLE color: 14591082.

HSL color Cylindrical-coordinate representation of color #6AA4DE: hue angle of 210º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6AA4DE is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 106 164 222 -
CMYK 0.52 0.26 0 0.13
HSL 210º 0.64% 0.64% -
HSV(B) 210º 0.52% 0.87% -
XYZ 32.4 34.89 74.13 -
YUV 153.27 166.78 94.28 -
System Red Green Blue C M Y K H S L
Decimal 106 164 222 0.52 0.26 0 0.13 210 0.64 0.64
Hex 6A A4 DE 34 1A 0 D D2 40 40
Octal 152 244 336 64 32 0 15 322 100 100
Binary 1101010 10100100 11011110 110100 11010 0 1101 11010010 1000000 1000000

Color Harmonies of #6AA4DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AA4DE

Black with #6AA4DE

Text Example


Text Example

White with #6AA4DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,164,222); }

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

background-color css

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

 a { background-color: rgb(106,164,222); }

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

border-color css

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

 span { border-color: rgb(106,164,222); }

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