Html Css Color HEX #6CAADF Jordy Blue

📋 copy color: '#6CAADF'

red 108 ◦ green 170 ◦ blue 223

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

Shades of Jordy Blue #6CAADF

Tints of Jordy Blue #6CAADF

RGB

 RED value IS 108 (42.58% from 255) = 21.56%

 GREEN value IS 170 (66.8% from 255) = 33.93%

 BLUE value IS 223 (87.5% from 255) = 44.51%

R = 21.56%
G = 33.93%
B = 44.51%

CMYK

 C value IS 0.52

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6CAADF (or 0x6CAADF) is known color: Jordy Blue. HEX triplet: 6C, AA and DF. RGB value is (108,170,223). Sum of RGB (Red+Green+Blue) = 108+170+223=501 (66% of max value = 765). Red value is 108 (42.58% from 255 or 21.56% from 501); Green value is 170 (66.80% from 255 or 33.93% from 501); Blue value is 223 (87.5% from 255 or 44.51% from 501); Max value from RGB is 223 - color contains mainly: blue. Hex color #6CAADF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6CAADF is #935520. Grayscale: #9D9D9D. Windows color (decimal): -9655585 or 14658156. OLE color: 14658156.

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

Color convert

RGB 108 170 223 -
CMYK 0.52 0.24 0 0.13
HSL 207.65º 0.64% 0.65% -
HSV(B) 207.65º 0.52% 0.87% -
XYZ 33.88 37.27 75.22 -
YUV 157.5 164.96 92.69 -
System Red Green Blue C M Y K H S L
Decimal 108 170 223 0.52 0.24 0 0.13 207.65 0.64 0.65
Hex 6C AA DF 34 18 0 D D0 40 41
Octal 154 252 337 64 30 0 15 320 100 101
Binary 1101100 10101010 11011111 110100 11000 0 1101 11010000 1000000 1000001

Color Harmonies of #6CAADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CAADF

Black with #6CAADF

Text Example


Text Example

White with #6CAADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,170,223); }

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

background-color css

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

 a { background-color: rgb(108,170,223); }

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

border-color css

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

 span { border-color: rgb(108,170,223); }

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